Html Css Color HEX #68A372 Oxley

📋 copy color: '#68A372'

red 104 ◦ green 163 ◦ blue 114

#68A372
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #68A372

Tints of Oxley #68A372

RGB

 RED value IS 104 (41.02% from 255) = 27.3%

 GREEN value IS 163 (64.06% from 255) = 42.78%

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 27.3%
G = 42.78%
B = 29.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#68A372 (or 0x68A372) is known color: Oxley. HEX triplet: 68, A3 and 72. RGB value is (104,163,114). Sum of RGB (Red+Green+Blue) = 104+163+114=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #68A372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A372 is #975C8D. Grayscale: #8B8B8B. Windows color (decimal): -9919630 or 7512936. OLE color: 7512936.

HSL color Cylindrical-coordinate representation of color #68A372: hue angle of 130.17º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A372 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 163 114 -
CMYK 0.36 0 0.30 0.36
HSL 130.17º 0.24% 0.52% -
HSV(B) 130.17º 0.36% 0.64% -
XYZ 21.84 30.35 20.63 -
YUV 139.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 104 163 114 0.36 0 0.30 0.36 130.17 0.24 0.52
Hex 68 A3 72 24 0 1E 24 82 18 34
Octal 150 243 162 44 0 36 44 202 30 64
Binary 1101000 10100011 1110010 100100 0 11110 100100 10000010 11000 110100

Color Harmonies of #68A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A372

Black with #68A372

Text Example


Text Example

White with #68A372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A372; }

 p { color: rgb(104,163,114); }

 H1.HeaderClassName
 {
   color: #68A372;
 }
 .AnyTagClassName
 {
   color: #68A372;
 }
</style>

background-color css

<style>
 a { background-color: #68A372; }

 a { background-color: rgb(104,163,114); }

 div.DivClassName
 {
   background-color: #68A372;
 }
 .BgClassName
 {
   background-color: #68A372;
 }
</style>

border-color css

<style>
 span { border-color: #68A372; }

 span { border-color: rgb(104,163,114); }

 td.TdClassName
 {
   border-color: #68A372;
 }
 .TagClassName
 {
   border-color: #68A372;
 }
</style>