Html Css Color HEX #709105 Olive

📋 copy color: '#709105'

red 112 ◦ green 145 ◦ blue 5

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

Shades of Olive #709105

Tints of Olive #709105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.91%

R = 42.75%
G = 55.34%
B = 1.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#709105 (or 0x709105) is known color: Olive. HEX triplet: 70, 91 and 05. RGB value is (112,145,5). Sum of RGB (Red+Green+Blue) = 112+145+5=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #709105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709105 is #8F6EFA. Grayscale: #777777. Windows color (decimal): -9400059 or 364912. OLE color: 364912.

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

Color convert

RGB 112 145 5 -
CMYK 0.23 0 0.97 0.43
HSL 74.14º 0.93% 0.29% -
HSV(B) 74.14º 0.97% 0.57% -
XYZ 16.83 23.71 3.83 -
YUV 119.17 63.57 122.88 -
System Red Green Blue C M Y K H S L
Decimal 112 145 5 0.23 0 0.97 0.43 74.14 0.93 0.29
Hex 70 91 5 17 0 61 2B 4A 5D 1D
Octal 160 221 5 27 0 141 53 112 135 35
Binary 1110000 10010001 101 10111 0 1100001 101011 1001010 1011101 11101

Color Harmonies of #709105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709105

Black with #709105

Text Example


Text Example

White with #709105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709105; }

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

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

background-color css

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

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

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

border-color css

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

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

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