Html Css Color HEX #739610 Olive Drab

📋 copy color: '#739610'

red 115 ◦ green 150 ◦ blue 16

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

Shades of Olive Drab #739610

Tints of Olive Drab #739610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.38%

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

R = 40.93%
G = 53.38%
B = 5.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#739610 (or 0x739610) is known color: Olive Drab. HEX triplet: 73, 96 and 10. RGB value is (115,150,16). Sum of RGB (Red+Green+Blue) = 115+150+16=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #739610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739610 is #8C69EF. Grayscale: #7C7C7C. Windows color (decimal): -9202160 or 1087091. OLE color: 1087091.

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

Color convert

RGB 115 150 16 -
CMYK 0.23 0 0.89 0.41
HSL 75.67º 0.81% 0.33% -
HSV(B) 75.67º 0.89% 0.59% -
XYZ 18.07 25.49 4.46 -
YUV 124.26 66.9 121.4 -
System Red Green Blue C M Y K H S L
Decimal 115 150 16 0.23 0 0.89 0.41 75.67 0.81 0.33
Hex 73 96 10 17 0 59 29 4C 51 21
Octal 163 226 20 27 0 131 51 114 121 41
Binary 1110011 10010110 10000 10111 0 1011001 101001 1001100 1010001 100001

Color Harmonies of #739610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739610

Black with #739610

Text Example


Text Example

White with #739610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739610; }

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

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

background-color css

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

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

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

border-color css

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

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

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