Html Css Color HEX #708506 Olive

📋 copy color: '#708506'

red 112 ◦ green 133 ◦ blue 6

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

Shades of Olive #708506

Tints of Olive #708506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.99%

 BLUE value IS 6 (2.73% from 255) = 2.39%

R = 44.62%
G = 52.99%
B = 2.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#708506 (or 0x708506) is known color: Olive. HEX triplet: 70, 85 and 06. RGB value is (112,133,6). Sum of RGB (Red+Green+Blue) = 112+133+6=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #708506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708506 is #8F7AF9. Grayscale: #707070. Windows color (decimal): -9403130 or 427376. OLE color: 427376.

HSL color Cylindrical-coordinate representation of color #708506: hue angle of 69.92º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #708506 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 6 -
CMYK 0.16 0 0.95 0.48
HSL 69.92º 0.91% 0.27% -
HSV(B) 69.92º 0.95% 0.52% -
XYZ 15.1 20.23 3.28 -
YUV 112.24 68.04 127.83 -
System Red Green Blue C M Y K H S L
Decimal 112 133 6 0.16 0 0.95 0.48 69.92 0.91 0.27
Hex 70 85 6 10 0 5F 30 46 5B 1B
Octal 160 205 6 20 0 137 60 106 133 33
Binary 1110000 10000101 110 10000 0 1011111 110000 1000110 1011011 11011

Color Harmonies of #708506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708506

Black with #708506

Text Example


Text Example

White with #708506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708506; }

 p { color: rgb(112,133,6); }

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

background-color css

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

 a { background-color: rgb(112,133,6); }

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

border-color css

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

 span { border-color: rgb(112,133,6); }

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