Html Css Color HEX #74951A Olive Drab

📋 copy color: '#74951A'

red 116 ◦ green 149 ◦ blue 26

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

Shades of Olive Drab #74951A

Tints of Olive Drab #74951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.2%

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 39.86%
G = 51.2%
B = 8.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#74951A (or 0x74951A) is known color: Olive Drab. HEX triplet: 74, 95 and 1A. RGB value is (116,149,26). Sum of RGB (Red+Green+Blue) = 116+149+26=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #74951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74951A is #8B6AE5. Grayscale: #7D7D7D. Windows color (decimal): -9136870 or 1742196. OLE color: 1742196.

HSL color Cylindrical-coordinate representation of color #74951A: hue angle of 76.1º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74951A is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 26 -
CMYK 0.22 0 0.83 0.42
HSL 76.1º 0.7% 0.34% -
HSV(B) 76.1º 0.83% 0.58% -
XYZ 18.14 25.28 4.9 -
YUV 125.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 116 149 26 0.22 0 0.83 0.42 76.1 0.7 0.34
Hex 74 95 1A 16 0 53 2A 4C 46 22
Octal 164 225 32 26 0 123 52 114 106 42
Binary 1110100 10010101 11010 10110 0 1010011 101010 1001100 1000110 100010

Color Harmonies of #74951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74951A

Black with #74951A

Text Example


Text Example

White with #74951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74951A; }

 p { color: rgb(116,149,26); }

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

background-color css

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

 a { background-color: rgb(116,149,26); }

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

border-color css

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

 span { border-color: rgb(116,149,26); }

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