Html Css Color HEX #749328 Olive Drab

📋 copy color: '#749328'

red 116 ◦ green 147 ◦ blue 40

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

Shades of Olive Drab #749328

Tints of Olive Drab #749328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 38.28%
G = 48.51%
B = 13.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#749328 (or 0x749328) is known color: Olive Drab. HEX triplet: 74, 93 and 28. RGB value is (116,147,40). Sum of RGB (Red+Green+Blue) = 116+147+40=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #749328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749328 is #8B6CD7. Grayscale: #7D7D7D. Windows color (decimal): -9137368 or 2659188. OLE color: 2659188.

HSL color Cylindrical-coordinate representation of color #749328: hue angle of 77.38º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #749328 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 40 -
CMYK 0.21 0 0.73 0.42
HSL 77.38º 0.57% 0.37% -
HSV(B) 77.38º 0.73% 0.58% -
XYZ 18.02 24.73 5.83 -
YUV 125.53 79.73 121.2 -
System Red Green Blue C M Y K H S L
Decimal 116 147 40 0.21 0 0.73 0.42 77.38 0.57 0.37
Hex 74 93 28 15 0 49 2A 4D 39 25
Octal 164 223 50 25 0 111 52 115 71 45
Binary 1110100 10010011 101000 10101 0 1001001 101010 1001101 111001 100101

Color Harmonies of #749328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749328

Black with #749328

Text Example


Text Example

White with #749328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749328; }

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

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

background-color css

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

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

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

border-color css

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

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

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