Html Css Color HEX #758D32 Olive Drab

📋 copy color: '#758D32'

red 117 ◦ green 141 ◦ blue 50

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

Shades of Olive Drab #758D32

Tints of Olive Drab #758D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.78%

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 37.99%
G = 45.78%
B = 16.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#758D32 (or 0x758D32) is known color: Olive Drab. HEX triplet: 75, 8D and 32. RGB value is (117,141,50). Sum of RGB (Red+Green+Blue) = 117+141+50=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #758D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758D32 is #8A72CD. Grayscale: #7B7B7B. Windows color (decimal): -9073358 or 3313013. OLE color: 3313013.

HSL color Cylindrical-coordinate representation of color #758D32: hue angle of 75.82º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #758D32 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 141 50 -
CMYK 0.17 0 0.65 0.45
HSL 75.82º 0.48% 0.37% -
HSV(B) 75.82º 0.65% 0.55% -
XYZ 17.44 23.06 6.55 -
YUV 123.45 86.55 123.4 -
System Red Green Blue C M Y K H S L
Decimal 117 141 50 0.17 0 0.65 0.45 75.82 0.48 0.37
Hex 75 8D 32 11 0 41 2D 4C 30 25
Octal 165 215 62 21 0 101 55 114 60 45
Binary 1110101 10001101 110010 10001 0 1000001 101101 1001100 110000 100101

Color Harmonies of #758D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758D32

Black with #758D32

Text Example


Text Example

White with #758D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,141,50); }

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

background-color css

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

 a { background-color: rgb(117,141,50); }

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

border-color css

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

 span { border-color: rgb(117,141,50); }

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