Html Css Color HEX #759325 Olive Drab

📋 copy color: '#759325'

red 117 ◦ green 147 ◦ blue 37

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

Shades of Olive Drab #759325

Tints of Olive Drab #759325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.29%

R = 38.87%
G = 48.84%
B = 12.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#759325 (or 0x759325) is known color: Olive Drab. HEX triplet: 75, 93 and 25. RGB value is (117,147,37). Sum of RGB (Red+Green+Blue) = 117+147+37=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #759325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759325 is #8A6CDA. Grayscale: #7D7D7D. Windows color (decimal): -9071835 or 2462581. OLE color: 2462581.

HSL color Cylindrical-coordinate representation of color #759325: hue angle of 76.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #759325 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 37 -
CMYK 0.20 0 0.75 0.42
HSL 76.36º 0.6% 0.36% -
HSV(B) 76.36º 0.75% 0.58% -
XYZ 18.1 24.78 5.58 -
YUV 125.49 78.06 121.94 -
System Red Green Blue C M Y K H S L
Decimal 117 147 37 0.20 0 0.75 0.42 76.36 0.6 0.36
Hex 75 93 25 14 0 4B 2A 4C 3C 24
Octal 165 223 45 24 0 113 52 114 74 44
Binary 1110101 10010011 100101 10100 0 1001011 101010 1001100 111100 100100

Color Harmonies of #759325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759325

Black with #759325

Text Example


Text Example

White with #759325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759325; }

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

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

background-color css

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

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

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

border-color css

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

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

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