Html Css Color HEX #74970A Olive Drab

📋 copy color: '#74970A'

red 116 ◦ green 151 ◦ blue 10

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

Shades of Olive Drab #74970A

Tints of Olive Drab #74970A

RGB

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

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

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

R = 41.88%
G = 54.51%
B = 3.61%

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

#74970A (or 0x74970A) is known color: Olive Drab. HEX triplet: 74, 97 and 0A. RGB value is (116,151,10). Sum of RGB (Red+Green+Blue) = 116+151+10=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 151 (59.38% from 255 or 54.51% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 151 - color contains mainly: green. Hex color #74970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74970A is #8B68F5. Grayscale: #7C7C7C. Windows color (decimal): -9136374 or 694132. OLE color: 694132.

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

Color convert

RGB 116 151 10 -
CMYK 0.23 0 0.93 0.41
HSL 74.89º 0.88% 0.32% -
HSV(B) 74.89º 0.93% 0.59% -
XYZ 18.32 25.87 4.31 -
YUV 124.46 63.4 121.96 -
System Red Green Blue C M Y K H S L
Decimal 116 151 10 0.23 0 0.93 0.41 74.89 0.88 0.32
Hex 74 97 A 17 0 5D 29 4B 58 20
Octal 164 227 12 27 0 135 51 113 130 40
Binary 1110100 10010111 1010 10111 0 1011101 101001 1001011 1011000 100000

Color Harmonies of #74970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74970A

Black with #74970A

Text Example


Text Example

White with #74970A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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