Html Css Color HEX #68A472 Oxley

📋 copy color: '#68A472'

red 104 ◦ green 164 ◦ blue 114

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

Shades of Oxley #68A472

Tints of Oxley #68A472

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.93%

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

R = 27.23%
G = 42.93%
B = 29.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#68A472 (or 0x68A472) is known color: Oxley. HEX triplet: 68, A4 and 72. RGB value is (104,164,114). Sum of RGB (Red+Green+Blue) = 104+164+114=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #68A472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A472 is #975B8D. Grayscale: #8C8C8C. Windows color (decimal): -9919374 or 7513192. OLE color: 7513192.

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

Color convert

RGB 104 164 114 -
CMYK 0.37 0 0.30 0.36
HSL 130º 0.25% 0.53% -
HSV(B) 130º 0.37% 0.64% -
XYZ 22.02 30.71 20.69 -
YUV 140.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 104 164 114 0.37 0 0.30 0.36 130 0.25 0.53
Hex 68 A4 72 25 0 1E 24 82 19 35
Octal 150 244 162 45 0 36 44 202 31 65
Binary 1101000 10100100 1110010 100101 0 11110 100100 10000010 11001 110101

Color Harmonies of #68A472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A472

Black with #68A472

Text Example


Text Example

White with #68A472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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