Html Css Color HEX #749922 Olive Drab

📋 copy color: '#749922'

red 116 ◦ green 153 ◦ blue 34

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

Shades of Olive Drab #749922

Tints of Olive Drab #749922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.22%

R = 38.28%
G = 50.5%
B = 11.22%

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

#749922 (or 0x749922) is known color: Olive Drab. HEX triplet: 74, 99 and 22. RGB value is (116,153,34). Sum of RGB (Red+Green+Blue) = 116+153+34=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #749922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749922 is #8B66DD. Grayscale: #808080. Windows color (decimal): -9135838 or 2267508. OLE color: 2267508.

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

Color convert

RGB 116 153 34 -
CMYK 0.24 0 0.78 0.4
HSL 78.66º 0.64% 0.37% -
HSV(B) 78.66º 0.78% 0.6% -
XYZ 18.88 26.61 5.65 -
YUV 128.37 74.74 119.18 -
System Red Green Blue C M Y K H S L
Decimal 116 153 34 0.24 0 0.78 0.4 78.66 0.64 0.37
Hex 74 99 22 18 0 4E 28 4F 40 25
Octal 164 231 42 30 0 116 50 117 100 45
Binary 1110100 10011001 100010 11000 0 1001110 101000 1001111 1000000 100101

Color Harmonies of #749922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749922

Black with #749922

Text Example


Text Example

White with #749922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749922; }

 p { color: rgb(116,153,34); }

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

background-color css

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

 a { background-color: rgb(116,153,34); }

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

border-color css

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

 span { border-color: rgb(116,153,34); }

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