Html Css Color HEX #667D04 Olive

📋 copy color: '#667D04'

red 102 ◦ green 125 ◦ blue 4

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

Shades of Olive #667D04

Tints of Olive #667D04

RGB

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

 GREEN value IS 125 (49.22% from 255) = 54.11%

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

R = 44.16%
G = 54.11%
B = 1.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#667D04 (or 0x667D04) is known color: Olive. HEX triplet: 66, 7D and 04. RGB value is (102,125,4). Sum of RGB (Red+Green+Blue) = 102+125+4=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #667D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667D04 is #9982FB. Grayscale: #686868. Windows color (decimal): -10060540 or 294246. OLE color: 294246.

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

Color convert

RGB 102 125 4 -
CMYK 0.18 0 0.97 0.51
HSL 71.4º 0.94% 0.25% -
HSV(B) 71.4º 0.97% 0.49% -
XYZ 12.84 17.5 2.82 -
YUV 104.33 71.38 126.34 -
System Red Green Blue C M Y K H S L
Decimal 102 125 4 0.18 0 0.97 0.51 71.4 0.94 0.25
Hex 66 7D 4 12 0 61 33 47 5E 19
Octal 146 175 4 22 0 141 63 107 136 31
Binary 1100110 1111101 100 10010 0 1100001 110011 1000111 1011110 11001

Color Harmonies of #667D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667D04

Black with #667D04

Text Example


Text Example

White with #667D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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