Html Css Color HEX #708500 Olive

📋 copy color: '#708500'

red 112 ◦ green 133 ◦ blue 0

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

Shades of Olive #708500

Tints of Olive #708500

RGB

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

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

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

R = 45.71%
G = 54.29%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#708500 (or 0x708500) is known color: Olive. HEX triplet: 70, 85 and 00. RGB value is (112,133,0). Sum of RGB (Red+Green+Blue) = 112+133+0=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #708500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708500 is #8F7AFF. Grayscale: #707070. Windows color (decimal): -9403136 or 34160. OLE color: 34160.

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

Color convert

RGB 112 133 0 -
CMYK 0.16 0 1 0.48
HSL 69.47º 1% 0.26% -
HSV(B) 69.47º 1% 0.52% -
XYZ 15.07 20.22 3.11 -
YUV 111.56 65.04 128.31 -
System Red Green Blue C M Y K H S L
Decimal 112 133 0 0.16 0 1 0.48 69.47 1 0.26
Hex 70 85 0 10 0 64 30 45 64 1A
Octal 160 205 0 20 0 144 60 105 144 32
Binary 1110000 10000101 0 10000 0 1100100 110000 1000101 1100100 11010

Color Harmonies of #708500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708500

Black with #708500

Text Example


Text Example

White with #708500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708500; }

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

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

background-color css

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

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

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

border-color css

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

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

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