Html Css Color HEX #749526 Olive Drab

📋 copy color: '#749526'

red 116 ◦ green 149 ◦ blue 38

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

Shades of Olive Drab #749526

Tints of Olive Drab #749526

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.17%

 BLUE value IS 38 (15.23% from 255) = 12.54%

R = 38.28%
G = 49.17%
B = 12.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#749526 (or 0x749526) is known color: Olive Drab. HEX triplet: 74, 95 and 26. RGB value is (116,149,38). Sum of RGB (Red+Green+Blue) = 116+149+38=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #749526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749526 is #8B6AD9. Grayscale: #7E7E7E. Windows color (decimal): -9136858 or 2528628. OLE color: 2528628.

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

Color convert

RGB 116 149 38 -
CMYK 0.22 0 0.74 0.42
HSL 77.84º 0.59% 0.37% -
HSV(B) 77.84º 0.74% 0.58% -
XYZ 18.3 25.35 5.76 -
YUV 126.48 78.07 120.53 -
System Red Green Blue C M Y K H S L
Decimal 116 149 38 0.22 0 0.74 0.42 77.84 0.59 0.37
Hex 74 95 26 16 0 4A 2A 4E 3B 25
Octal 164 225 46 26 0 112 52 116 73 45
Binary 1110100 10010101 100110 10110 0 1001010 101010 1001110 111011 100101

Color Harmonies of #749526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749526

Black with #749526

Text Example


Text Example

White with #749526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749526; }

 p { color: rgb(116,149,38); }

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

background-color css

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

 a { background-color: rgb(116,149,38); }

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

border-color css

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

 span { border-color: rgb(116,149,38); }

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