#667102

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

Shades of Olive #667102

Tints of Olive #667102

Color information

#667102 (or 0x667102) is unknown color: approx Olive. HEX triplet: 66, 71 and 02. RGB value is (102,113,2). Sum of RGB (Red+Green+Blue) = 102+113+2=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #667102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667102 is #998EFD. Grayscale: #616161. Windows color (decimal): -10063614 or 160102. OLE color: 160102.

HSL color Cylindrical-coordinate representation of color #667102: hue angle of 65.95º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #667102 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB1021132-
CMYK0.1000.980.56
HSL65.95º96.52%22.55%-
HSV(B)65.95º98.23%44.31%-
XYZ11.414.642.28-
YUV97.0674.36131.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=47.00%
G=52.07%
B=0.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10211320.1000.980.5665.9596.5222.55
Hex66712A06238426117
Octal14616121201427010214127
Binary11001101110001101010011000101110001000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667102; }

 p { color: rgb(102,113,2); }

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

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

 a { background-color: rgb(102,113,2); }

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

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

 span { border-color: rgb(102,113,2); }

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