Html Css Color HEX #74920B Olive Drab

📋 copy color: '#74920B'

red 116 ◦ green 146 ◦ blue 11

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

Shades of Olive Drab #74920B

Tints of Olive Drab #74920B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.03%

R = 42.49%
G = 53.48%
B = 4.03%

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

#74920B (or 0x74920B) is known color: Olive Drab. HEX triplet: 74, 92 and 0B. RGB value is (116,146,11). Sum of RGB (Red+Green+Blue) = 116+146+11=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #74920B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74920B is #8B6DF4. Grayscale: #7A7A7A. Windows color (decimal): -9137653 or 758388. OLE color: 758388.

HSL color Cylindrical-coordinate representation of color #74920B: hue angle of 73.33º degrees, saturation: 0.86, 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 #74920B is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 11 -
CMYK 0.21 0 0.92 0.43
HSL 73.33º 0.86% 0.31% -
HSV(B) 73.33º 0.92% 0.57% -
XYZ 17.54 24.29 4.08 -
YUV 121.64 65.56 123.98 -
System Red Green Blue C M Y K H S L
Decimal 116 146 11 0.21 0 0.92 0.43 73.33 0.86 0.31
Hex 74 92 B 15 0 5C 2B 49 56 1F
Octal 164 222 13 25 0 134 53 111 126 37
Binary 1110100 10010010 1011 10101 0 1011100 101011 1001001 1010110 11111

Color Harmonies of #74920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74920B

Black with #74920B

Text Example


Text Example

White with #74920B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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