Html Css Color HEX #667501 Olive

📋 copy color: '#667501'

red 102 ◦ green 117 ◦ blue 1

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

Shades of Olive #667501

Tints of Olive #667501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 46.36%
G = 53.18%
B = 0.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#667501 (or 0x667501) is known color: Olive. HEX triplet: 66, 75 and 01. RGB value is (102,117,1). Sum of RGB (Red+Green+Blue) = 102+117+1=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #667501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667501 is #998AFE. Grayscale: #636363. Windows color (decimal): -10062591 or 95590. OLE color: 95590.

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

Color convert

RGB 102 117 1 -
CMYK 0.13 0 0.99 0.54
HSL 67.76º 0.98% 0.23% -
HSV(B) 67.76º 0.99% 0.46% -
XYZ 11.85 15.55 2.41 -
YUV 99.29 72.53 129.93 -
System Red Green Blue C M Y K H S L
Decimal 102 117 1 0.13 0 0.99 0.54 67.76 0.98 0.23
Hex 66 75 1 D 0 63 36 44 62 17
Octal 146 165 1 15 0 143 66 104 142 27
Binary 1100110 1110101 1 1101 0 1100011 110110 1000100 1100010 10111

Color Harmonies of #667501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667501

Black with #667501

Text Example


Text Example

White with #667501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667501; }

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

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

background-color css

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

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

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

border-color css

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

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

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