Html Css Color HEX #759921 Olive Drab

📋 copy color: '#759921'

red 117 ◦ green 153 ◦ blue 33

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

Shades of Olive Drab #759921

Tints of Olive Drab #759921

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.5%

 BLUE value IS 33 (13.28% from 255) = 10.89%

R = 38.61%
G = 50.5%
B = 10.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#759921 (or 0x759921) is known color: Olive Drab. HEX triplet: 75, 99 and 21. RGB value is (117,153,33). Sum of RGB (Red+Green+Blue) = 117+153+33=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #759921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759921 is #8A66DE. Grayscale: #818181. Windows color (decimal): -9070303 or 2201973. OLE color: 2201973.

HSL color Cylindrical-coordinate representation of color #759921: hue angle of 78º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #759921 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 33 -
CMYK 0.24 0 0.78 0.4
HSL 78º 0.65% 0.36% -
HSV(B) 78º 0.78% 0.6% -
XYZ 19 26.67 5.59 -
YUV 128.56 74.07 119.76 -
System Red Green Blue C M Y K H S L
Decimal 117 153 33 0.24 0 0.78 0.4 78 0.65 0.36
Hex 75 99 21 18 0 4E 28 4E 41 24
Octal 165 231 41 30 0 116 50 116 101 44
Binary 1110101 10011001 100001 11000 0 1001110 101000 1001110 1000001 100100

Color Harmonies of #759921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759921

Black with #759921

Text Example


Text Example

White with #759921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759921; }

 p { color: rgb(117,153,33); }

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

background-color css

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

 a { background-color: rgb(117,153,33); }

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

border-color css

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

 span { border-color: rgb(117,153,33); }

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