Html Css Color HEX #667601 Olive

📋 copy color: '#667601'

red 102 ◦ green 118 ◦ blue 1

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

Shades of Olive #667601

Tints of Olive #667601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.39%

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

R = 46.15%
G = 53.39%
B = 0.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#667601 (or 0x667601) is known color: Olive. HEX triplet: 66, 76 and 01. RGB value is (102,118,1). Sum of RGB (Red+Green+Blue) = 102+118+1=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #667601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667601 is #9989FE. Grayscale: #646464. Windows color (decimal): -10062335 or 95846. OLE color: 95846.

HSL color Cylindrical-coordinate representation of color #667601: hue angle of 68.21º 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 #667601 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 118 1 -
CMYK 0.14 0 0.99 0.54
HSL 68.21º 0.98% 0.23% -
HSV(B) 68.21º 0.99% 0.46% -
XYZ 11.96 15.78 2.44 -
YUV 99.88 72.2 129.51 -
System Red Green Blue C M Y K H S L
Decimal 102 118 1 0.14 0 0.99 0.54 68.21 0.98 0.23
Hex 66 76 1 E 0 63 36 44 62 17
Octal 146 166 1 16 0 143 66 104 142 27
Binary 1100110 1110110 1 1110 0 1100011 110110 1000100 1100010 10111

Color Harmonies of #667601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667601

Black with #667601

Text Example


Text Example

White with #667601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667601; }

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

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

background-color css

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

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

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

border-color css

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

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

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