Html Css Color HEX #759027 Olive Drab

📋 copy color: '#759027'

red 117 ◦ green 144 ◦ blue 39

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

Shades of Olive Drab #759027

Tints of Olive Drab #759027

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48%

 BLUE value IS 39 (15.63% from 255) = 13%

R = 39%
G = 48%
B = 13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#759027 (or 0x759027) is known color: Olive Drab. HEX triplet: 75, 90 and 27. RGB value is (117,144,39). Sum of RGB (Red+Green+Blue) = 117+144+39=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #759027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759027 is #8A6FD8. Grayscale: #7C7C7C. Windows color (decimal): -9072601 or 2592885. OLE color: 2592885.

HSL color Cylindrical-coordinate representation of color #759027: hue angle of 75.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #759027 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 39 -
CMYK 0.19 0 0.73 0.44
HSL 75.43º 0.57% 0.36% -
HSV(B) 75.43º 0.73% 0.56% -
XYZ 17.68 23.87 5.6 -
YUV 123.96 80.05 123.04 -
System Red Green Blue C M Y K H S L
Decimal 117 144 39 0.19 0 0.73 0.44 75.43 0.57 0.36
Hex 75 90 27 13 0 49 2C 4B 39 24
Octal 165 220 47 23 0 111 54 113 71 44
Binary 1110101 10010000 100111 10011 0 1001001 101100 1001011 111001 100100

Color Harmonies of #759027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759027

Black with #759027

Text Example


Text Example

White with #759027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759027; }

 p { color: rgb(117,144,39); }

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

background-color css

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

 a { background-color: rgb(117,144,39); }

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

border-color css

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

 span { border-color: rgb(117,144,39); }

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