Html Css Color HEX #749312 Olive Drab

📋 copy color: '#749312'

red 116 ◦ green 147 ◦ blue 18

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

Shades of Olive Drab #749312

Tints of Olive Drab #749312

RGB

 RED value IS 116 (45.7% from 255) = 41.28%

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

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

R = 41.28%
G = 52.31%
B = 6.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#749312 (or 0x749312) is known color: Olive Drab. HEX triplet: 74, 93 and 12. RGB value is (116,147,18). Sum of RGB (Red+Green+Blue) = 116+147+18=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #749312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749312 is #8B6CED. Grayscale: #7B7B7B. Windows color (decimal): -9137390 or 1217396. OLE color: 1217396.

HSL color Cylindrical-coordinate representation of color #749312: hue angle of 74.42º 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 #749312 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 18 -
CMYK 0.21 0 0.88 0.42
HSL 74.42º 0.78% 0.32% -
HSV(B) 74.42º 0.88% 0.58% -
XYZ 17.75 24.62 4.39 -
YUV 123.03 68.73 122.99 -
System Red Green Blue C M Y K H S L
Decimal 116 147 18 0.21 0 0.88 0.42 74.42 0.78 0.32
Hex 74 93 12 15 0 58 2A 4A 4E 20
Octal 164 223 22 25 0 130 52 112 116 40
Binary 1110100 10010011 10010 10101 0 1011000 101010 1001010 1001110 100000

Color Harmonies of #749312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749312

Black with #749312

Text Example


Text Example

White with #749312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749312; }

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

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

background-color css

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

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

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

border-color css

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

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

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