#669374

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

Shades of Oxley #669374

Tints of Oxley #669374

Color information

#669374 (or 0x669374) is unknown color: approx Oxley. HEX triplet: 66, 93 and 74. RGB value is (102,147,116). Sum of RGB (Red+Green+Blue) = 102+147+116=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #669374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669374 is #996C8B. Grayscale: #828282. Windows color (decimal): -10054796 or 7639910. OLE color: 7639910.

HSL color Cylindrical-coordinate representation of color #669374: hue angle of 138.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669374 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB102147116-
CMYK0.3100.210.42
HSL138.67º18.07%48.82%-
HSV(B)138.67º30.61%57.65%-
XYZ19.0724.9520.33-
YUV130.01120.09108.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 116 (45.70% from 255) = 31.78%
R=27.95%
G=40.27%
B=31.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021471160.3100.210.42138.6718.0748.82
Hex6693741F0152A8b1231
Octal14622316437025522132261
Binary1100110100100111110100111110101011010101000101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669374; }

 p { color: rgb(102,147,116); }

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

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

 a { background-color: rgb(102,147,116); }

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

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

 span { border-color: rgb(102,147,116); }

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