Html Css Color HEX #739312 Olive Drab

📋 copy color: '#739312'

red 115 ◦ green 147 ◦ blue 18

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

Shades of Olive Drab #739312

Tints of Olive Drab #739312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.5%

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 41.07%
G = 52.5%
B = 6.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#739312 (or 0x739312) is known color: Olive Drab. HEX triplet: 73, 93 and 12. RGB value is (115,147,18). Sum of RGB (Red+Green+Blue) = 115+147+18=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #739312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739312 is #8C6CED. Grayscale: #7B7B7B. Windows color (decimal): -9202926 or 1217395. OLE color: 1217395.

HSL color Cylindrical-coordinate representation of color #739312: hue angle of 74.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #739312 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 147 18 -
CMYK 0.22 0 0.88 0.42
HSL 74.88º 0.78% 0.32% -
HSV(B) 74.88º 0.88% 0.58% -
XYZ 17.61 24.56 4.38 -
YUV 122.73 68.9 122.49 -
System Red Green Blue C M Y K H S L
Decimal 115 147 18 0.22 0 0.88 0.42 74.88 0.78 0.32
Hex 73 93 12 16 0 58 2A 4B 4E 20
Octal 163 223 22 26 0 130 52 113 116 40
Binary 1110011 10010011 10010 10110 0 1011000 101010 1001011 1001110 100000

Color Harmonies of #739312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739312

Black with #739312

Text Example


Text Example

White with #739312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739312; }

 p { color: rgb(115,147,18); }

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

background-color css

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

 a { background-color: rgb(115,147,18); }

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

border-color css

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

 span { border-color: rgb(115,147,18); }

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