Html Css Color HEX #759328 Olive Drab

📋 copy color: '#759328'

red 117 ◦ green 147 ◦ blue 40

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

Shades of Olive Drab #759328

Tints of Olive Drab #759328

RGB

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

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

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

R = 38.49%
G = 48.36%
B = 13.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#759328 (or 0x759328) is known color: Olive Drab. HEX triplet: 75, 93 and 28. RGB value is (117,147,40). Sum of RGB (Red+Green+Blue) = 117+147+40=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #759328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759328 is #8A6CD7. Grayscale: #7E7E7E. Windows color (decimal): -9071832 or 2659189. OLE color: 2659189.

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

Color convert

RGB 117 147 40 -
CMYK 0.20 0 0.73 0.42
HSL 76.82º 0.57% 0.37% -
HSV(B) 76.82º 0.73% 0.58% -
XYZ 18.15 24.8 5.84 -
YUV 125.83 79.56 121.7 -
System Red Green Blue C M Y K H S L
Decimal 117 147 40 0.20 0 0.73 0.42 76.82 0.57 0.37
Hex 75 93 28 14 0 49 2A 4D 39 25
Octal 165 223 50 24 0 111 52 115 71 45
Binary 1110101 10010011 101000 10100 0 1001001 101010 1001101 111001 100101

Color Harmonies of #759328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759328

Black with #759328

Text Example


Text Example

White with #759328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759328; }

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

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

background-color css

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

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

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

border-color css

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

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

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