Html Css Color HEX #758B24 Olive Drab

📋 copy color: '#758B24'

red 117 ◦ green 139 ◦ blue 36

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

Shades of Olive Drab #758B24

Tints of Olive Drab #758B24

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.6%

 BLUE value IS 36 (14.45% from 255) = 12.33%

R = 40.07%
G = 47.6%
B = 12.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#758B24 (or 0x758B24) is known color: Olive Drab. HEX triplet: 75, 8B and 24. RGB value is (117,139,36). Sum of RGB (Red+Green+Blue) = 117+139+36=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #758B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B24 is #8A74DB. Grayscale: #797979. Windows color (decimal): -9073884 or 2394997. OLE color: 2394997.

HSL color Cylindrical-coordinate representation of color #758B24: hue angle of 72.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #758B24 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 139 36 -
CMYK 0.16 0 0.74 0.45
HSL 72.82º 0.59% 0.34% -
HSV(B) 72.82º 0.74% 0.55% -
XYZ 16.89 22.37 5.1 -
YUV 120.68 80.21 125.38 -
System Red Green Blue C M Y K H S L
Decimal 117 139 36 0.16 0 0.74 0.45 72.82 0.59 0.34
Hex 75 8B 24 10 0 4A 2D 49 3B 22
Octal 165 213 44 20 0 112 55 111 73 42
Binary 1110101 10001011 100100 10000 0 1001010 101101 1001001 111011 100010

Color Harmonies of #758B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B24

Black with #758B24

Text Example


Text Example

White with #758B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758B24; }

 p { color: rgb(117,139,36); }

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

background-color css

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

 a { background-color: rgb(117,139,36); }

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

border-color css

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

 span { border-color: rgb(117,139,36); }

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