Html Css Color HEX #667A04 Olive

📋 copy color: '#667A04'

red 102 ◦ green 122 ◦ blue 4

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

Shades of Olive #667A04

Tints of Olive #667A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 44.74%
G = 53.51%
B = 1.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#667A04 (or 0x667A04) is known color: Olive. HEX triplet: 66, 7A and 04. RGB value is (102,122,4). Sum of RGB (Red+Green+Blue) = 102+122+4=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 122 (48.05% from 255 or 53.51% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 122 - color contains mainly: green. Hex color #667A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667A04 is #9985FB. Grayscale: #676767. Windows color (decimal): -10061308 or 293478. OLE color: 293478.

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

Color convert

RGB 102 122 4 -
CMYK 0.16 0 0.97 0.52
HSL 70.17º 0.94% 0.25% -
HSV(B) 70.17º 0.97% 0.48% -
XYZ 12.46 16.75 2.69 -
YUV 102.57 72.37 127.59 -
System Red Green Blue C M Y K H S L
Decimal 102 122 4 0.16 0 0.97 0.52 70.17 0.94 0.25
Hex 66 7A 4 10 0 61 34 46 5E 19
Octal 146 172 4 20 0 141 64 106 136 31
Binary 1100110 1111010 100 10000 0 1100001 110100 1000110 1011110 11001

Color Harmonies of #667A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A04

Black with #667A04

Text Example


Text Example

White with #667A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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