Html Css Color HEX #707804 Olive

📋 copy color: '#707804'

red 112 ◦ green 120 ◦ blue 4

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

Shades of Olive #707804

Tints of Olive #707804

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.85%

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

R = 47.46%
G = 50.85%
B = 1.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#707804 (or 0x707804) is known color: Olive. HEX triplet: 70, 78 and 04. RGB value is (112,120,4). Sum of RGB (Red+Green+Blue) = 112+120+4=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #707804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707804 is #8F87FB. Grayscale: #686868. Windows color (decimal): -9406460 or 292976. OLE color: 292976.

HSL color Cylindrical-coordinate representation of color #707804: hue angle of 64.14º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #707804 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 120 4 -
CMYK 0.07 0 0.97 0.53
HSL 64.14º 0.94% 0.24% -
HSV(B) 64.14º 0.97% 0.47% -
XYZ 13.42 16.89 2.67 -
YUV 104.38 71.35 133.43 -
System Red Green Blue C M Y K H S L
Decimal 112 120 4 0.07 0 0.97 0.53 64.14 0.94 0.24
Hex 70 78 4 7 0 61 35 40 5E 18
Octal 160 170 4 7 0 141 65 100 136 30
Binary 1110000 1111000 100 111 0 1100001 110101 1000000 1011110 11000

Color Harmonies of #707804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707804

Black with #707804

Text Example


Text Example

White with #707804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707804; }

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

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

background-color css

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

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

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

border-color css

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

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

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