Html Css Color HEX #708100 Olive

📋 copy color: '#708100'

red 112 ◦ green 129 ◦ blue 0

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

Shades of Olive #708100

Tints of Olive #708100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.47%
G = 53.53%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#708100 (or 0x708100) is known color: Olive. HEX triplet: 70, 81 and 00. RGB value is (112,129,0). Sum of RGB (Red+Green+Blue) = 112+129+0=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #708100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708100 is #8F7EFF. Grayscale: #6D6D6D. Windows color (decimal): -9404160 or 33136. OLE color: 33136.

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

Color convert

RGB 112 129 0 -
CMYK 0.13 0 1 0.49
HSL 67.91º 1% 0.25% -
HSV(B) 67.91º 1% 0.51% -
XYZ 14.53 19.15 2.93 -
YUV 109.21 66.37 129.99 -
System Red Green Blue C M Y K H S L
Decimal 112 129 0 0.13 0 1 0.49 67.91 1 0.25
Hex 70 81 0 D 0 64 31 44 64 19
Octal 160 201 0 15 0 144 61 104 144 31
Binary 1110000 10000001 0 1101 0 1100100 110001 1000100 1100100 11001

Color Harmonies of #708100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708100

Black with #708100

Text Example


Text Example

White with #708100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708100; }

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

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

background-color css

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

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

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

border-color css

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

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

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