Html Css Color HEX #759526 Olive Drab

📋 copy color: '#759526'

red 117 ◦ green 149 ◦ blue 38

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

Shades of Olive Drab #759526

Tints of Olive Drab #759526

RGB

 RED value IS 117 (46.09% from 255) = 38.49%

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

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

R = 38.49%
G = 49.01%
B = 12.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#759526 (or 0x759526) is known color: Olive Drab. HEX triplet: 75, 95 and 26. RGB value is (117,149,38). Sum of RGB (Red+Green+Blue) = 117+149+38=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #759526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759526 is #8A6AD9. Grayscale: #7F7F7F. Windows color (decimal): -9071322 or 2528629. OLE color: 2528629.

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

Color convert

RGB 117 149 38 -
CMYK 0.21 0 0.74 0.42
HSL 77.3º 0.59% 0.37% -
HSV(B) 77.3º 0.74% 0.58% -
XYZ 18.43 25.42 5.77 -
YUV 126.78 77.9 121.03 -
System Red Green Blue C M Y K H S L
Decimal 117 149 38 0.21 0 0.74 0.42 77.3 0.59 0.37
Hex 75 95 26 15 0 4A 2A 4D 3B 25
Octal 165 225 46 25 0 112 52 115 73 45
Binary 1110101 10010101 100110 10101 0 1001010 101010 1001101 111011 100101

Color Harmonies of #759526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759526

Black with #759526

Text Example


Text Example

White with #759526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759526; }

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

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

background-color css

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

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

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

border-color css

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

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

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