Html Css Color HEX #749621 Olive Drab

📋 copy color: '#749621'

red 116 ◦ green 150 ◦ blue 33

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

Shades of Olive Drab #749621

Tints of Olive Drab #749621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.17%

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

R = 38.8%
G = 50.17%
B = 11.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#749621 (or 0x749621) is known color: Olive Drab. HEX triplet: 74, 96 and 21. RGB value is (116,150,33). Sum of RGB (Red+Green+Blue) = 116+150+33=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #749621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749621 is #8B69DE. Grayscale: #7E7E7E. Windows color (decimal): -9136607 or 2201204. OLE color: 2201204.

HSL color Cylindrical-coordinate representation of color #749621: hue angle of 77.44º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #749621 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 33 -
CMYK 0.23 0 0.78 0.41
HSL 77.44º 0.64% 0.36% -
HSV(B) 77.44º 0.78% 0.59% -
XYZ 18.38 25.64 5.42 -
YUV 126.5 75.24 120.51 -
System Red Green Blue C M Y K H S L
Decimal 116 150 33 0.23 0 0.78 0.41 77.44 0.64 0.36
Hex 74 96 21 17 0 4E 29 4D 40 24
Octal 164 226 41 27 0 116 51 115 100 44
Binary 1110100 10010110 100001 10111 0 1001110 101001 1001101 1000000 100100

Color Harmonies of #749621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749621

Black with #749621

Text Example


Text Example

White with #749621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749621; }

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

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

background-color css

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

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

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

border-color css

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

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

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