Html Css Color HEX #709002 Olive

📋 copy color: '#709002'

red 112 ◦ green 144 ◦ blue 2

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

Shades of Olive #709002

Tints of Olive #709002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.81%

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

R = 43.41%
G = 55.81%
B = 0.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#709002 (or 0x709002) is known color: Olive. HEX triplet: 70, 90 and 02. RGB value is (112,144,2). Sum of RGB (Red+Green+Blue) = 112+144+2=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #709002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709002 is #8F6FFD. Grayscale: #767676. Windows color (decimal): -9400318 or 168048. OLE color: 168048.

HSL color Cylindrical-coordinate representation of color #709002: hue angle of 73.52º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #709002 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 2 -
CMYK 0.22 0 0.99 0.44
HSL 73.52º 0.97% 0.29% -
HSV(B) 73.52º 0.99% 0.56% -
XYZ 16.67 23.4 3.69 -
YUV 118.24 62.4 123.55 -
System Red Green Blue C M Y K H S L
Decimal 112 144 2 0.22 0 0.99 0.44 73.52 0.97 0.29
Hex 70 90 2 16 0 63 2C 4A 61 1D
Octal 160 220 2 26 0 143 54 112 141 35
Binary 1110000 10010000 10 10110 0 1100011 101100 1001010 1100001 11101

Color Harmonies of #709002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709002

Black with #709002

Text Example


Text Example

White with #709002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709002; }

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

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

background-color css

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

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

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

border-color css

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

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

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