Html Css Color HEX #74970C Olive Drab

📋 copy color: '#74970C'

red 116 ◦ green 151 ◦ blue 12

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

Shades of Olive Drab #74970C

Tints of Olive Drab #74970C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 41.58%
G = 54.12%
B = 4.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#74970C (or 0x74970C) is known color: Olive Drab. HEX triplet: 74, 97 and 0C. RGB value is (116,151,12). Sum of RGB (Red+Green+Blue) = 116+151+12=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #74970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74970C is #8B68F3. Grayscale: #7D7D7D. Windows color (decimal): -9136372 or 825204. OLE color: 825204.

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

Color convert

RGB 116 151 12 -
CMYK 0.23 0 0.92 0.41
HSL 75.11º 0.85% 0.32% -
HSV(B) 75.11º 0.92% 0.59% -
XYZ 18.34 25.87 4.38 -
YUV 124.69 64.4 121.8 -
System Red Green Blue C M Y K H S L
Decimal 116 151 12 0.23 0 0.92 0.41 75.11 0.85 0.32
Hex 74 97 C 17 0 5C 29 4B 55 20
Octal 164 227 14 27 0 134 51 113 125 40
Binary 1110100 10010111 1100 10111 0 1011100 101001 1001011 1010101 100000

Color Harmonies of #74970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74970C

Black with #74970C

Text Example


Text Example

White with #74970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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