Html Css Color HEX #759026 Olive Drab

📋 copy color: '#759026'

red 117 ◦ green 144 ◦ blue 38

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

Shades of Olive Drab #759026

Tints of Olive Drab #759026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.71%

R = 39.13%
G = 48.16%
B = 12.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#759026 (or 0x759026) is known color: Olive Drab. HEX triplet: 75, 90 and 26. RGB value is (117,144,38). Sum of RGB (Red+Green+Blue) = 117+144+38=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #759026 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759026 is #8A6FD9. Grayscale: #7C7C7C. Windows color (decimal): -9072602 or 2527349. OLE color: 2527349.

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

Color convert

RGB 117 144 38 -
CMYK 0.19 0 0.74 0.44
HSL 75.28º 0.58% 0.36% -
HSV(B) 75.28º 0.74% 0.56% -
XYZ 17.66 23.87 5.51 -
YUV 123.84 79.55 123.12 -
System Red Green Blue C M Y K H S L
Decimal 117 144 38 0.19 0 0.74 0.44 75.28 0.58 0.36
Hex 75 90 26 13 0 4A 2C 4B 3A 24
Octal 165 220 46 23 0 112 54 113 72 44
Binary 1110101 10010000 100110 10011 0 1001010 101100 1001011 111010 100100

Color Harmonies of #759026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759026

Black with #759026

Text Example


Text Example

White with #759026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759026; }

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

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

background-color css

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

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

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

border-color css

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

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

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