Html Css Color HEX #749A22 Olive Drab

📋 copy color: '#749A22'

red 116 ◦ green 154 ◦ blue 34

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

Shades of Olive Drab #749A22

Tints of Olive Drab #749A22

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.66%

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

R = 38.16%
G = 50.66%
B = 11.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#749A22 (or 0x749A22) is known color: Olive Drab. HEX triplet: 74, 9A and 22. RGB value is (116,154,34). Sum of RGB (Red+Green+Blue) = 116+154+34=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 154 (60.55% from 255 or 50.66% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 154 - color contains mainly: green. Hex color #749A22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749A22 is #8B65DD. Grayscale: #818181. Windows color (decimal): -9135582 or 2267764. OLE color: 2267764.

HSL color Cylindrical-coordinate representation of color #749A22: hue angle of 79º 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 #749A22 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 154 34 -
CMYK 0.25 0 0.78 0.40
HSL 79º 0.64% 0.37% -
HSV(B) 79º 0.78% 0.6% -
XYZ 19.05 26.94 5.71 -
YUV 128.96 74.41 118.76 -
System Red Green Blue C M Y K H S L
Decimal 116 154 34 0.25 0 0.78 0.40 79 0.64 0.37
Hex 74 9A 22 19 0 4E 28 4F 40 25
Octal 164 232 42 31 0 116 50 117 100 45
Binary 1110100 10011010 100010 11001 0 1001110 101000 1001111 1000000 100101

Color Harmonies of #749A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A22

Black with #749A22

Text Example


Text Example

White with #749A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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