Html Css Color HEX #709202 Olive

📋 copy color: '#709202'

red 112 ◦ green 146 ◦ blue 2

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

Shades of Olive #709202

Tints of Olive #709202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.15%

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

R = 43.08%
G = 56.15%
B = 0.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#709202 (or 0x709202) is known color: Olive. HEX triplet: 70, 92 and 02. RGB value is (112,146,2). Sum of RGB (Red+Green+Blue) = 112+146+2=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #709202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709202 is #8F6DFD. Grayscale: #777777. Windows color (decimal): -9399806 or 168560. OLE color: 168560.

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

Color convert

RGB 112 146 2 -
CMYK 0.23 0 0.99 0.43
HSL 74.17º 0.97% 0.29% -
HSV(B) 74.17º 0.99% 0.57% -
XYZ 16.97 24.01 3.8 -
YUV 119.42 61.74 122.71 -
System Red Green Blue C M Y K H S L
Decimal 112 146 2 0.23 0 0.99 0.43 74.17 0.97 0.29
Hex 70 92 2 17 0 63 2B 4A 61 1D
Octal 160 222 2 27 0 143 53 112 141 35
Binary 1110000 10010010 10 10111 0 1100011 101011 1001010 1100001 11101

Color Harmonies of #709202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709202

Black with #709202

Text Example


Text Example

White with #709202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709202; }

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

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

background-color css

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

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

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

border-color css

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

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

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