#669972

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

Shades of Oxley #669972

Tints of Oxley #669972

Color information

#669972 (or 0x669972) is unknown color: approx Oxley. HEX triplet: 66, 99 and 72. RGB value is (102,153,114). Sum of RGB (Red+Green+Blue) = 102+153+114=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #669972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669972 is #99668D. Grayscale: #858585. Windows color (decimal): -10053262 or 7510374. OLE color: 7510374.

HSL color Cylindrical-coordinate representation of color #669972: hue angle of 134.12º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669972 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB102153114-
CMYK0.3300.250.4
HSL134.12º20%50%-
HSV(B)134.12º33.33%60%-
XYZ19.9126.8220.05-
YUV133.3117.1105.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=27.64%
G=41.46%
B=30.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531140.3300.250.4134.122050
Hex6699722101928861432
Octal14623116241031502062462
Binary11001101001100111100101000010110011010001000011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669972; }

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

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

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

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

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

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

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

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