Html Css Color HEX #749614 Olive Drab

📋 copy color: '#749614'

red 116 ◦ green 150 ◦ blue 20

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

Shades of Olive Drab #749614

Tints of Olive Drab #749614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 40.56%
G = 52.45%
B = 6.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#749614 (or 0x749614) is known color: Olive Drab. HEX triplet: 74, 96 and 14. RGB value is (116,150,20). Sum of RGB (Red+Green+Blue) = 116+150+20=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #749614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749614 is #8B69EB. Grayscale: #7D7D7D. Windows color (decimal): -9136620 or 1349236. OLE color: 1349236.

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

Color convert

RGB 116 150 20 -
CMYK 0.23 0 0.87 0.41
HSL 75.69º 0.76% 0.33% -
HSV(B) 75.69º 0.87% 0.59% -
XYZ 18.24 25.58 4.64 -
YUV 125.01 68.74 121.57 -
System Red Green Blue C M Y K H S L
Decimal 116 150 20 0.23 0 0.87 0.41 75.69 0.76 0.33
Hex 74 96 14 17 0 57 29 4C 4C 21
Octal 164 226 24 27 0 127 51 114 114 41
Binary 1110100 10010110 10100 10111 0 1010111 101001 1001100 1001100 100001

Color Harmonies of #749614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749614

Black with #749614

Text Example


Text Example

White with #749614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749614; }

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

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

background-color css

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

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

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

border-color css

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

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

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