Html Css Color HEX #749821 Olive Drab

📋 copy color: '#749821'

red 116 ◦ green 152 ◦ blue 33

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

Shades of Olive Drab #749821

Tints of Olive Drab #749821

RGB

 RED value IS 116 (45.7% from 255) = 38.54%

 GREEN value IS 152 (59.77% from 255) = 50.5%

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

R = 38.54%
G = 50.5%
B = 10.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#749821 (or 0x749821) is known color: Olive Drab. HEX triplet: 74, 98 and 21. RGB value is (116,152,33). Sum of RGB (Red+Green+Blue) = 116+152+33=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #749821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749821 is #8B67DE. Grayscale: #808080. Windows color (decimal): -9136095 or 2201716. OLE color: 2201716.

HSL color Cylindrical-coordinate representation of color #749821: hue angle of 78.15º degrees, saturation: 0.64, 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 #749821 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 33 -
CMYK 0.24 0 0.78 0.40
HSL 78.15º 0.64% 0.36% -
HSV(B) 78.15º 0.78% 0.6% -
XYZ 18.71 26.28 5.53 -
YUV 127.67 74.57 119.68 -
System Red Green Blue C M Y K H S L
Decimal 116 152 33 0.24 0 0.78 0.40 78.15 0.64 0.36
Hex 74 98 21 18 0 4E 28 4E 40 24
Octal 164 230 41 30 0 116 50 116 100 44
Binary 1110100 10011000 100001 11000 0 1001110 101000 1001110 1000000 100100

Color Harmonies of #749821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749821

Black with #749821

Text Example


Text Example

White with #749821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749821; }

 p { color: rgb(116,152,33); }

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

background-color css

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

 a { background-color: rgb(116,152,33); }

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

border-color css

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

 span { border-color: rgb(116,152,33); }

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