Html Css Color HEX #749409 Olive Drab

📋 copy color: '#749409'

red 116 ◦ green 148 ◦ blue 9

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

Shades of Olive Drab #749409

Tints of Olive Drab #749409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.21%

 BLUE value IS 9 (3.91% from 255) = 3.3%

R = 42.49%
G = 54.21%
B = 3.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#749409 (or 0x749409) is known color: Olive Drab. HEX triplet: 74, 94 and 09. RGB value is (116,148,9). Sum of RGB (Red+Green+Blue) = 116+148+9=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #749409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749409 is #8B6BF6. Grayscale: #7B7B7B. Windows color (decimal): -9137143 or 627828. OLE color: 627828.

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

Color convert

RGB 116 148 9 -
CMYK 0.22 0 0.94 0.42
HSL 73.81º 0.89% 0.31% -
HSV(B) 73.81º 0.94% 0.58% -
XYZ 17.84 24.91 4.13 -
YUV 122.59 63.9 123.3 -
System Red Green Blue C M Y K H S L
Decimal 116 148 9 0.22 0 0.94 0.42 73.81 0.89 0.31
Hex 74 94 9 16 0 5E 2A 4A 59 1F
Octal 164 224 11 26 0 136 52 112 131 37
Binary 1110100 10010100 1001 10110 0 1011110 101010 1001010 1011001 11111

Color Harmonies of #749409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749409

Black with #749409

Text Example


Text Example

White with #749409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749409; }

 p { color: rgb(116,148,9); }

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

background-color css

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

 a { background-color: rgb(116,148,9); }

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

border-color css

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

 span { border-color: rgb(116,148,9); }

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