Html Css Color HEX #667502 Olive

📋 copy color: '#667502'

red 102 ◦ green 117 ◦ blue 2

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

Shades of Olive #667502

Tints of Olive #667502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.94%

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

R = 46.15%
G = 52.94%
B = 0.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#667502 (or 0x667502) is known color: Olive. HEX triplet: 66, 75 and 02. RGB value is (102,117,2). Sum of RGB (Red+Green+Blue) = 102+117+2=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #667502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667502 is #998AFD. Grayscale: #636363. Windows color (decimal): -10062590 or 161126. OLE color: 161126.

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

Color convert

RGB 102 117 2 -
CMYK 0.13 0 0.98 0.54
HSL 67.83º 0.97% 0.23% -
HSV(B) 67.83º 0.98% 0.46% -
XYZ 11.85 15.55 2.43 -
YUV 99.41 73.03 129.85 -
System Red Green Blue C M Y K H S L
Decimal 102 117 2 0.13 0 0.98 0.54 67.83 0.97 0.23
Hex 66 75 2 D 0 62 36 44 61 17
Octal 146 165 2 15 0 142 66 104 141 27
Binary 1100110 1110101 10 1101 0 1100010 110110 1000100 1100001 10111

Color Harmonies of #667502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667502

Black with #667502

Text Example


Text Example

White with #667502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667502; }

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

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

background-color css

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

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

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

border-color css

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

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

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