Html Css Color HEX #709100 Olive

📋 copy color: '#709100'

red 112 ◦ green 145 ◦ blue 0

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

Shades of Olive #709100

Tints of Olive #709100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.42%

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

R = 43.58%
G = 56.42%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#709100 (or 0x709100) is known color: Olive. HEX triplet: 70, 91 and 00. RGB value is (112,145,0). Sum of RGB (Red+Green+Blue) = 112+145+0=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #709100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709100 is #8F6EFF. Grayscale: #777777. Windows color (decimal): -9400064 or 37232. OLE color: 37232.

HSL color Cylindrical-coordinate representation of color #709100: hue angle of 73.66º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #709100 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 0 -
CMYK 0.23 0 1 0.43
HSL 73.66º 1% 0.28% -
HSV(B) 73.66º 1% 0.57% -
XYZ 16.81 23.7 3.69 -
YUV 118.6 61.07 123.29 -
System Red Green Blue C M Y K H S L
Decimal 112 145 0 0.23 0 1 0.43 73.66 1 0.28
Hex 70 91 0 17 0 64 2B 4A 64 1C
Octal 160 221 0 27 0 144 53 112 144 34
Binary 1110000 10010001 0 10111 0 1100100 101011 1001010 1100100 11100

Color Harmonies of #709100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709100

Black with #709100

Text Example


Text Example

White with #709100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709100; }

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

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

background-color css

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

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

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

border-color css

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

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

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