Html Css Color HEX #739810 Olive Drab

📋 copy color: '#739810'

red 115 ◦ green 152 ◦ blue 16

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

Shades of Olive Drab #739810

Tints of Olive Drab #739810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.71%

 BLUE value IS 16 (6.64% from 255) = 5.65%

R = 40.64%
G = 53.71%
B = 5.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#739810 (or 0x739810) is known color: Olive Drab. HEX triplet: 73, 98 and 10. RGB value is (115,152,16). Sum of RGB (Red+Green+Blue) = 115+152+16=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #739810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739810 is #8C67EF. Grayscale: #7D7D7D. Windows color (decimal): -9201648 or 1087603. OLE color: 1087603.

HSL color Cylindrical-coordinate representation of color #739810: hue angle of 76.32º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #739810 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 152 16 -
CMYK 0.24 0 0.89 0.40
HSL 76.32º 0.81% 0.33% -
HSV(B) 76.32º 0.89% 0.6% -
XYZ 18.39 26.14 4.57 -
YUV 125.43 66.24 120.56 -
System Red Green Blue C M Y K H S L
Decimal 115 152 16 0.24 0 0.89 0.40 76.32 0.81 0.33
Hex 73 98 10 18 0 59 28 4C 51 21
Octal 163 230 20 30 0 131 50 114 121 41
Binary 1110011 10011000 10000 11000 0 1011001 101000 1001100 1010001 100001

Color Harmonies of #739810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739810

Black with #739810

Text Example


Text Example

White with #739810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739810; }

 p { color: rgb(115,152,16); }

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

background-color css

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

 a { background-color: rgb(115,152,16); }

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

border-color css

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

 span { border-color: rgb(115,152,16); }

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