Html Css Color HEX #708104 Olive

📋 copy color: '#708104'

red 112 ◦ green 129 ◦ blue 4

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

Shades of Olive #708104

Tints of Olive #708104

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.65%

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

R = 45.71%
G = 52.65%
B = 1.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#708104 (or 0x708104) is known color: Olive. HEX triplet: 70, 81 and 04. RGB value is (112,129,4). Sum of RGB (Red+Green+Blue) = 112+129+4=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #708104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708104 is #8F7EFB. Grayscale: #6E6E6E. Windows color (decimal): -9404156 or 295280. OLE color: 295280.

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

Color convert

RGB 112 129 4 -
CMYK 0.13 0 0.97 0.49
HSL 68.16º 0.94% 0.26% -
HSV(B) 68.16º 0.97% 0.51% -
XYZ 14.55 19.15 3.04 -
YUV 109.67 68.37 129.66 -
System Red Green Blue C M Y K H S L
Decimal 112 129 4 0.13 0 0.97 0.49 68.16 0.94 0.26
Hex 70 81 4 D 0 61 31 44 5E 1A
Octal 160 201 4 15 0 141 61 104 136 32
Binary 1110000 10000001 100 1101 0 1100001 110001 1000100 1011110 11010

Color Harmonies of #708104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708104

Black with #708104

Text Example


Text Example

White with #708104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708104; }

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

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

background-color css

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

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

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

border-color css

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

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

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