Html Css Color HEX #667901 Olive

📋 copy color: '#667901'

red 102 ◦ green 121 ◦ blue 1

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

Shades of Olive #667901

Tints of Olive #667901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 54.02%

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

R = 45.54%
G = 54.02%
B = 0.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#667901 (or 0x667901) is known color: Olive. HEX triplet: 66, 79 and 01. RGB value is (102,121,1). Sum of RGB (Red+Green+Blue) = 102+121+1=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #667901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667901 is #9986FE. Grayscale: #666666. Windows color (decimal): -10061567 or 96614. OLE color: 96614.

HSL color Cylindrical-coordinate representation of color #667901: hue angle of 69.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #667901 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 121 1 -
CMYK 0.16 0 0.99 0.53
HSL 69.5º 0.98% 0.24% -
HSV(B) 69.5º 0.99% 0.47% -
XYZ 12.32 16.5 2.56 -
YUV 101.64 71.21 128.26 -
System Red Green Blue C M Y K H S L
Decimal 102 121 1 0.16 0 0.99 0.53 69.5 0.98 0.24
Hex 66 79 1 10 0 63 35 46 62 18
Octal 146 171 1 20 0 143 65 106 142 30
Binary 1100110 1111001 1 10000 0 1100011 110101 1000110 1100010 11000

Color Harmonies of #667901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667901

Black with #667901

Text Example


Text Example

White with #667901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667901; }

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

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

background-color css

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

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

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

border-color css

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

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

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