Html Css Color HEX #708108 Olive

📋 copy color: '#708108'

red 112 ◦ green 129 ◦ blue 8

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

Shades of Olive #708108

Tints of Olive #708108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.21%

R = 44.98%
G = 51.81%
B = 3.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#708108 (or 0x708108) is known color: Olive. HEX triplet: 70, 81 and 08. RGB value is (112,129,8). Sum of RGB (Red+Green+Blue) = 112+129+8=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #708108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708108 is #8F7EF7. Grayscale: #6E6E6E. Windows color (decimal): -9404152 or 557424. OLE color: 557424.

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

Color convert

RGB 112 129 8 -
CMYK 0.13 0 0.94 0.49
HSL 68.43º 0.88% 0.27% -
HSV(B) 68.43º 0.94% 0.51% -
XYZ 14.58 19.16 3.16 -
YUV 110.12 70.37 129.34 -
System Red Green Blue C M Y K H S L
Decimal 112 129 8 0.13 0 0.94 0.49 68.43 0.88 0.27
Hex 70 81 8 D 0 5E 31 44 58 1B
Octal 160 201 10 15 0 136 61 104 130 33
Binary 1110000 10000001 1000 1101 0 1011110 110001 1000100 1011000 11011

Color Harmonies of #708108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708108

Black with #708108

Text Example


Text Example

White with #708108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708108; }

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

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

background-color css

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

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

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

border-color css

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

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

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