Html Css Color HEX #74960A Olive Drab

📋 copy color: '#74960A'

red 116 ◦ green 150 ◦ blue 10

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

Shades of Olive Drab #74960A

Tints of Olive Drab #74960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.62%

R = 42.03%
G = 54.35%
B = 3.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#74960A (or 0x74960A) is known color: Olive Drab. HEX triplet: 74, 96 and 0A. RGB value is (116,150,10). Sum of RGB (Red+Green+Blue) = 116+150+10=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #74960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74960A is #8B69F5. Grayscale: #7C7C7C. Windows color (decimal): -9136630 or 693876. OLE color: 693876.

HSL color Cylindrical-coordinate representation of color #74960A: hue angle of 74.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74960A is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 10 -
CMYK 0.23 0 0.93 0.41
HSL 74.57º 0.88% 0.31% -
HSV(B) 74.57º 0.93% 0.59% -
XYZ 18.16 25.55 4.26 -
YUV 123.87 63.74 122.38 -
System Red Green Blue C M Y K H S L
Decimal 116 150 10 0.23 0 0.93 0.41 74.57 0.88 0.31
Hex 74 96 A 17 0 5D 29 4B 58 1F
Octal 164 226 12 27 0 135 51 113 130 37
Binary 1110100 10010110 1010 10111 0 1011101 101001 1001011 1011000 11111

Color Harmonies of #74960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74960A

Black with #74960A

Text Example


Text Example

White with #74960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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