Html Css Color HEX #669276 Oxley

📋 copy color: '#669276'

red 102 ◦ green 146 ◦ blue 118

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

Shades of Oxley #669276

Tints of Oxley #669276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.89%

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

R = 27.87%
G = 39.89%
B = 32.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#669276 (or 0x669276) is known color: Oxley. HEX triplet: 66, 92 and 76. RGB value is (102,146,118). Sum of RGB (Red+Green+Blue) = 102+146+118=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #669276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669276 is #996D89. Grayscale: #818181. Windows color (decimal): -10055050 or 7770726. OLE color: 7770726.

HSL color Cylindrical-coordinate representation of color #669276: hue angle of 141.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669276 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 118 -
CMYK 0.30 0 0.19 0.43
HSL 141.82º 0.18% 0.49% -
HSV(B) 141.82º 0.3% 0.57% -
XYZ 19.03 24.69 20.9 -
YUV 129.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 102 146 118 0.30 0 0.19 0.43 141.82 0.18 0.49
Hex 66 92 76 1E 0 13 2B 8E 12 31
Octal 146 222 166 36 0 23 53 216 22 61
Binary 1100110 10010010 1110110 11110 0 10011 101011 10001110 10010 110001

Color Harmonies of #669276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669276

Black with #669276

Text Example


Text Example

White with #669276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669276; }

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

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

background-color css

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

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

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

border-color css

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

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

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