Html Css Color HEX #707004 Olive

📋 copy color: '#707004'

red 112 ◦ green 112 ◦ blue 4

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

Shades of Olive #707004

Tints of Olive #707004

RGB

 RED value IS 112 (44.14% from 255) = 49.12%

 GREEN value IS 112 (44.14% from 255) = 49.12%

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

R = 49.12%
G = 49.12%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#707004 (or 0x707004) is known color: Olive. HEX triplet: 70, 70 and 04. RGB value is (112,112,4). Sum of RGB (Red+Green+Blue) = 112+112+4=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707004 is #8F8FFB. Grayscale: #646464. Windows color (decimal): -9408508 or 290928. OLE color: 290928.

HSL color Cylindrical-coordinate representation of color #707004: hue angle of 60º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #707004 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 4 -
CMYK 0 0 0.96 0.56
HSL 60º 0.93% 0.23% -
HSV(B) 60º 0.96% 0.44% -
XYZ 12.5 15.04 2.36 -
YUV 99.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 112 112 4 0 0 0.96 0.56 60 0.93 0.23
Hex 70 70 4 0 0 60 38 3C 5D 17
Octal 160 160 4 0 0 140 70 74 135 27
Binary 1110000 1110000 100 0 0 1100000 111000 111100 1011101 10111

Color Harmonies of #707004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707004

Black with #707004

Text Example


Text Example

White with #707004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707004; }

 p { color: rgb(112,112,4); }

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

background-color css

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

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

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

border-color css

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

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

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