Html Css Color HEX #707204 Olive

📋 copy color: '#707204'

red 112 ◦ green 114 ◦ blue 4

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

Shades of Olive #707204

Tints of Olive #707204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.57%

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

R = 48.7%
G = 49.57%
B = 1.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#707204 (or 0x707204) is known color: Olive. HEX triplet: 70, 72 and 04. RGB value is (112,114,4). Sum of RGB (Red+Green+Blue) = 112+114+4=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #707204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707204 is #8F8DFB. Grayscale: #656565. Windows color (decimal): -9407996 or 291440. OLE color: 291440.

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

Color convert

RGB 112 114 4 -
CMYK 0.02 0 0.96 0.55
HSL 61.09º 0.93% 0.23% -
HSV(B) 61.09º 0.96% 0.45% -
XYZ 12.72 15.49 2.43 -
YUV 100.86 73.34 135.94 -
System Red Green Blue C M Y K H S L
Decimal 112 114 4 0.02 0 0.96 0.55 61.09 0.93 0.23
Hex 70 72 4 2 0 60 37 3D 5D 17
Octal 160 162 4 2 0 140 67 75 135 27
Binary 1110000 1110010 100 10 0 1100000 110111 111101 1011101 10111

Color Harmonies of #707204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707204

Black with #707204

Text Example


Text Example

White with #707204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707204; }

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

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

background-color css

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

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

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

border-color css

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

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

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