Html Css Color HEX #74920C Olive Drab

📋 copy color: '#74920C'

red 116 ◦ green 146 ◦ blue 12

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

Shades of Olive Drab #74920C

Tints of Olive Drab #74920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.28%

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

R = 42.34%
G = 53.28%
B = 4.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#74920C (or 0x74920C) is known color: Olive Drab. HEX triplet: 74, 92 and 0C. RGB value is (116,146,12). Sum of RGB (Red+Green+Blue) = 116+146+12=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #74920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74920C is #8B6DF3. Grayscale: #7A7A7A. Windows color (decimal): -9137652 or 823924. OLE color: 823924.

HSL color Cylindrical-coordinate representation of color #74920C: hue angle of 73.43º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74920C is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 12 -
CMYK 0.21 0 0.92 0.43
HSL 73.43º 0.85% 0.31% -
HSV(B) 73.43º 0.92% 0.57% -
XYZ 17.55 24.3 4.11 -
YUV 121.75 66.06 123.9 -
System Red Green Blue C M Y K H S L
Decimal 116 146 12 0.21 0 0.92 0.43 73.43 0.85 0.31
Hex 74 92 C 15 0 5C 2B 49 55 1F
Octal 164 222 14 25 0 134 53 111 125 37
Binary 1110100 10010010 1100 10101 0 1011100 101011 1001001 1010101 11111

Color Harmonies of #74920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74920C

Black with #74920C

Text Example


Text Example

White with #74920C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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