Html Css Color HEX #709500 Olive

📋 copy color: '#709500'

red 112 ◦ green 149 ◦ blue 0

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

Shades of Olive #709500

Tints of Olive #709500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.09%

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

R = 42.91%
G = 57.09%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#709500 (or 0x709500) is known color: Olive. HEX triplet: 70, 95 and 00. RGB value is (112,149,0). Sum of RGB (Red+Green+Blue) = 112+149+0=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #709500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709500 is #8F6AFF. Grayscale: #797979. Windows color (decimal): -9399040 or 38256. OLE color: 38256.

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

Color convert

RGB 112 149 0 -
CMYK 0.25 0 1 0.42
HSL 74.9º 1% 0.29% -
HSV(B) 74.9º 1% 0.58% -
XYZ 17.43 24.94 3.9 -
YUV 120.95 59.74 121.62 -
System Red Green Blue C M Y K H S L
Decimal 112 149 0 0.25 0 1 0.42 74.9 1 0.29
Hex 70 95 0 19 0 64 2A 4B 64 1D
Octal 160 225 0 31 0 144 52 113 144 35
Binary 1110000 10010101 0 11001 0 1100100 101010 1001011 1100100 11101

Color Harmonies of #709500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709500

Black with #709500

Text Example


Text Example

White with #709500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709500; }

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

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

background-color css

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

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

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

border-color css

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

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

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