Html Css Color HEX #667002 Olive

📋 copy color: '#667002'

red 102 ◦ green 112 ◦ blue 2

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

Shades of Olive #667002

Tints of Olive #667002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.85%

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 47.22%
G = 51.85%
B = 0.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#667002 (or 0x667002) is known color: Olive. HEX triplet: 66, 70 and 02. RGB value is (102,112,2). Sum of RGB (Red+Green+Blue) = 102+112+2=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #667002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667002 is #998FFD. Grayscale: #606060. Windows color (decimal): -10063870 or 159846. OLE color: 159846.

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

Color convert

RGB 102 112 2 -
CMYK 0.09 0 0.98 0.56
HSL 65.45º 0.96% 0.22% -
HSV(B) 65.45º 0.98% 0.44% -
XYZ 11.28 14.42 2.25 -
YUV 96.47 74.69 131.94 -
System Red Green Blue C M Y K H S L
Decimal 102 112 2 0.09 0 0.98 0.56 65.45 0.96 0.22
Hex 66 70 2 9 0 62 38 41 60 16
Octal 146 160 2 11 0 142 70 101 140 26
Binary 1100110 1110000 10 1001 0 1100010 111000 1000001 1100000 10110

Color Harmonies of #667002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667002

Black with #667002

Text Example


Text Example

White with #667002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667002; }

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

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

background-color css

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

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

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

border-color css

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

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

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