Html Css Color HEX #667A01 Olive

📋 copy color: '#667A01'

red 102 ◦ green 122 ◦ blue 1

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

Shades of Olive #667A01

Tints of Olive #667A01

RGB

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

 GREEN value IS 122 (48.05% from 255) = 54.22%

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

R = 45.33%
G = 54.22%
B = 0.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#667A01 (or 0x667A01) is known color: Olive. HEX triplet: 66, 7A and 01. RGB value is (102,122,1). Sum of RGB (Red+Green+Blue) = 102+122+1=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 122 (48.05% from 255 or 54.22% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 122 - color contains mainly: green. Hex color #667A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667A01 is #9985FE. Grayscale: #666666. Windows color (decimal): -10061311 or 96870. OLE color: 96870.

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

Color convert

RGB 102 122 1 -
CMYK 0.16 0 0.99 0.52
HSL 69.92º 0.98% 0.24% -
HSV(B) 69.92º 0.99% 0.48% -
XYZ 12.44 16.75 2.61 -
YUV 102.23 70.87 127.84 -
System Red Green Blue C M Y K H S L
Decimal 102 122 1 0.16 0 0.99 0.52 69.92 0.98 0.24
Hex 66 7A 1 10 0 63 34 46 62 18
Octal 146 172 1 20 0 143 64 106 142 30
Binary 1100110 1111010 1 10000 0 1100011 110100 1000110 1100010 11000

Color Harmonies of #667A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A01

Black with #667A01

Text Example


Text Example

White with #667A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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