#669D6C

Color #669D6C Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #669D6C

Tints of Oxley #669D6C

Color information

#669D6C (or 0x669D6C) is unknown color: approx Oxley. HEX triplet: 66, 9D and 6C. RGB value is (102,157,108). Sum of RGB (Red+Green+Blue) = 102+157+108=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 157 - color contains mainly: green. Hex color #669D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669D6C is #996293. Grayscale: #878787. Windows color (decimal): -10052244 or 7118182. OLE color: 7118182.

HSL color Cylindrical-coordinate representation of color #669D6C: hue angle of 126.55º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D6C is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB102157108-
CMYK0.3500.310.38
HSL126.55º21.91%50.78%-
HSV(B)126.55º35.03%61.57%-
XYZ20.2428.0218.53-
YUV134.97112.78104.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 157 (61.72% from 255) = 42.78%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=27.79%
G=42.78%
B=29.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021571080.3500.310.38126.5521.9150.78
Hex669D6C2301F267f1633
Octal14623515443037461772663
Binary1100110100111011101100100011011111100110111111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669D6C; }

 p { color: rgb(102,157,108); }

 H1.HeaderClassName
 {
   color: #669D6C;
 }
 .AnyTagClassName
 {
   color: #669D6C;
 }
</style>
background-color css

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

 a { background-color: rgb(102,157,108); }

 div.DivClassName
 {
   background-color: #669D6C;
 }
 .BgClassName
 {
   background-color: #669D6C;
 }
</style>
border-color css

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

 span { border-color: rgb(102,157,108); }

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