Html Css Color HEX #749726 Olive Drab

📋 copy color: '#749726'

red 116 ◦ green 151 ◦ blue 38

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

Shades of Olive Drab #749726

Tints of Olive Drab #749726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.46%

R = 38.03%
G = 49.51%
B = 12.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#749726 (or 0x749726) is known color: Olive Drab. HEX triplet: 74, 97 and 26. RGB value is (116,151,38). Sum of RGB (Red+Green+Blue) = 116+151+38=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #749726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749726 is #8B68D9. Grayscale: #808080. Windows color (decimal): -9136346 or 2529140. OLE color: 2529140.

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

Color convert

RGB 116 151 38 -
CMYK 0.23 0 0.75 0.41
HSL 78.58º 0.6% 0.37% -
HSV(B) 78.58º 0.75% 0.59% -
XYZ 18.62 25.99 5.87 -
YUV 127.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 116 151 38 0.23 0 0.75 0.41 78.58 0.6 0.37
Hex 74 97 26 17 0 4B 29 4F 3C 25
Octal 164 227 46 27 0 113 51 117 74 45
Binary 1110100 10010111 100110 10111 0 1001011 101001 1001111 111100 100101

Color Harmonies of #749726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749726

Black with #749726

Text Example


Text Example

White with #749726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749726; }

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

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

background-color css

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

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

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

border-color css

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

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

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