Html Css Color HEX #668E76 Oxley

📋 copy color: '#668E76'

red 102 ◦ green 142 ◦ blue 118

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

Shades of Oxley #668E76

Tints of Oxley #668E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.6%

R = 28.18%
G = 39.23%
B = 32.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#668E76 (or 0x668E76) is known color: Oxley. HEX triplet: 66, 8E and 76. RGB value is (102,142,118). Sum of RGB (Red+Green+Blue) = 102+142+118=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #668E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668E76 is #997189. Grayscale: #7F7F7F. Windows color (decimal): -10056074 or 7769702. OLE color: 7769702.

HSL color Cylindrical-coordinate representation of color #668E76: hue angle of 144º 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 #668E76 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 142 118 -
CMYK 0.28 0 0.17 0.44
HSL 144º 0.16% 0.48% -
HSV(B) 144º 0.28% 0.56% -
XYZ 18.42 23.48 20.7 -
YUV 127.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 102 142 118 0.28 0 0.17 0.44 144 0.16 0.48
Hex 66 8E 76 1C 0 11 2C 90 10 30
Octal 146 216 166 34 0 21 54 220 20 60
Binary 1100110 10001110 1110110 11100 0 10001 101100 10010000 10000 110000

Color Harmonies of #668E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668E76

Black with #668E76

Text Example


Text Example

White with #668E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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