Html Css Color HEX #749722 Olive Drab

📋 copy color: '#749722'

red 116 ◦ green 151 ◦ blue 34

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

Shades of Olive Drab #749722

Tints of Olive Drab #749722

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.17%

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

R = 38.54%
G = 50.17%
B = 11.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#749722 (or 0x749722) is known color: Olive Drab. HEX triplet: 74, 97 and 22. RGB value is (116,151,34). Sum of RGB (Red+Green+Blue) = 116+151+34=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #749722 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749722 is #8B68DD. Grayscale: #7F7F7F. Windows color (decimal): -9136350 or 2266996. OLE color: 2266996.

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

Color convert

RGB 116 151 34 -
CMYK 0.23 0 0.77 0.41
HSL 77.95º 0.63% 0.36% -
HSV(B) 77.95º 0.77% 0.59% -
XYZ 18.56 25.96 5.55 -
YUV 127.2 75.4 120.01 -
System Red Green Blue C M Y K H S L
Decimal 116 151 34 0.23 0 0.77 0.41 77.95 0.63 0.36
Hex 74 97 22 17 0 4D 29 4E 3F 24
Octal 164 227 42 27 0 115 51 116 77 44
Binary 1110100 10010111 100010 10111 0 1001101 101001 1001110 111111 100100

Color Harmonies of #749722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749722

Black with #749722

Text Example


Text Example

White with #749722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749722; }

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

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

background-color css

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

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

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

border-color css

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

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

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