Html Css Color HEX #667202 Olive

📋 copy color: '#667202'

red 102 ◦ green 114 ◦ blue 2

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

Shades of Olive #667202

Tints of Olive #667202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.29%

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

R = 46.79%
G = 52.29%
B = 0.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#667202 (or 0x667202) is known color: Olive. HEX triplet: 66, 72 and 02. RGB value is (102,114,2). Sum of RGB (Red+Green+Blue) = 102+114+2=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #667202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667202 is #998DFD. Grayscale: #626262. Windows color (decimal): -10063358 or 160358. OLE color: 160358.

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

Color convert

RGB 102 114 2 -
CMYK 0.11 0 0.98 0.55
HSL 66.43º 0.97% 0.23% -
HSV(B) 66.43º 0.98% 0.45% -
XYZ 11.51 14.86 2.32 -
YUV 97.64 74.02 131.11 -
System Red Green Blue C M Y K H S L
Decimal 102 114 2 0.11 0 0.98 0.55 66.43 0.97 0.23
Hex 66 72 2 B 0 62 37 42 61 17
Octal 146 162 2 13 0 142 67 102 141 27
Binary 1100110 1110010 10 1011 0 1100010 110111 1000010 1100001 10111

Color Harmonies of #667202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667202

Black with #667202

Text Example


Text Example

White with #667202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667202; }

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

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

background-color css

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

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

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

border-color css

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

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

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