Html Css Color HEX #739205 Olive

📋 copy color: '#739205'

red 115 ◦ green 146 ◦ blue 5

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

Shades of Olive #739205

Tints of Olive #739205

RGB

 RED value IS 115 (45.31% from 255) = 43.23%

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

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

R = 43.23%
G = 54.89%
B = 1.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#739205 (or 0x739205) is known color: Olive. HEX triplet: 73, 92 and 05. RGB value is (115,146,5). Sum of RGB (Red+Green+Blue) = 115+146+5=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #739205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739205 is #8C6DFA. Grayscale: #797979. Windows color (decimal): -9203195 or 365171. OLE color: 365171.

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

Color convert

RGB 115 146 5 -
CMYK 0.21 0 0.97 0.43
HSL 73.19º 0.93% 0.3% -
HSV(B) 73.19º 0.97% 0.57% -
XYZ 17.38 24.21 3.9 -
YUV 120.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 115 146 5 0.21 0 0.97 0.43 73.19 0.93 0.3
Hex 73 92 5 15 0 61 2B 49 5D 1E
Octal 163 222 5 25 0 141 53 111 135 36
Binary 1110011 10010010 101 10101 0 1100001 101011 1001001 1011101 11110

Color Harmonies of #739205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739205

Black with #739205

Text Example


Text Example

White with #739205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739205; }

 p { color: rgb(115,146,5); }

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

background-color css

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

 a { background-color: rgb(115,146,5); }

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

border-color css

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

 span { border-color: rgb(115,146,5); }

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