Html Css Color HEX #709502 Olive

📋 copy color: '#709502'

red 112 ◦ green 149 ◦ blue 2

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

Shades of Olive #709502

Tints of Olive #709502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 42.59%
G = 56.65%
B = 0.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#709502 (or 0x709502) is known color: Olive. HEX triplet: 70, 95 and 02. RGB value is (112,149,2). Sum of RGB (Red+Green+Blue) = 112+149+2=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #709502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709502 is #8F6AFD. Grayscale: #797979. Windows color (decimal): -9399038 or 169328. OLE color: 169328.

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

Color convert

RGB 112 149 2 -
CMYK 0.25 0 0.99 0.42
HSL 75.1º 0.97% 0.3% -
HSV(B) 75.1º 0.99% 0.58% -
XYZ 17.44 24.94 3.95 -
YUV 121.18 60.74 121.45 -
System Red Green Blue C M Y K H S L
Decimal 112 149 2 0.25 0 0.99 0.42 75.1 0.97 0.3
Hex 70 95 2 19 0 63 2A 4B 61 1E
Octal 160 225 2 31 0 143 52 113 141 36
Binary 1110000 10010101 10 11001 0 1100011 101010 1001011 1100001 11110

Color Harmonies of #709502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709502

Black with #709502

Text Example


Text Example

White with #709502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709502; }

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

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

background-color css

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

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

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

border-color css

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

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

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