Html Css Color HEX #668E72 Oxley

📋 copy color: '#668E72'

red 102 ◦ green 142 ◦ blue 114

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

Shades of Oxley #668E72

Tints of Oxley #668E72

RGB

 RED value IS 102 (40.23% from 255) = 28.49%

 GREEN value IS 142 (55.86% from 255) = 39.66%

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

R = 28.49%
G = 39.66%
B = 31.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#668E72 (or 0x668E72) is known color: Oxley. HEX triplet: 66, 8E and 72. RGB value is (102,142,114). Sum of RGB (Red+Green+Blue) = 102+142+114=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 142 - color contains mainly: green. Hex color #668E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668E72 is #99718D. Grayscale: #7E7E7E. Windows color (decimal): -10056078 or 7507558. OLE color: 7507558.

HSL color Cylindrical-coordinate representation of color #668E72: hue angle of 138º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668E72 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 142 114 -
CMYK 0.28 0 0.20 0.44
HSL 138º 0.16% 0.48% -
HSV(B) 138º 0.28% 0.56% -
XYZ 18.19 23.39 19.47 -
YUV 126.85 120.75 110.28 -
System Red Green Blue C M Y K H S L
Decimal 102 142 114 0.28 0 0.20 0.44 138 0.16 0.48
Hex 66 8E 72 1C 0 14 2C 8A 10 30
Octal 146 216 162 34 0 24 54 212 20 60
Binary 1100110 10001110 1110010 11100 0 10100 101100 10001010 10000 110000

Color Harmonies of #668E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668E72

Black with #668E72

Text Example


Text Example

White with #668E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668E72; }

 p { color: rgb(102,142,114); }

 H1.HeaderClassName
 {
   color: #668E72;
 }
 .AnyTagClassName
 {
   color: #668E72;
 }
</style>

background-color css

<style>
 a { background-color: #668E72; }

 a { background-color: rgb(102,142,114); }

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

border-color css

<style>
 span { border-color: #668E72; }

 span { border-color: rgb(102,142,114); }

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