Html Css Color HEX #74922B Olive Drab

📋 copy color: '#74922B'

red 116 ◦ green 146 ◦ blue 43

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

Shades of Olive Drab #74922B

Tints of Olive Drab #74922B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 38.03%
G = 47.87%
B = 14.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#74922B (or 0x74922B) is known color: Olive Drab. HEX triplet: 74, 92 and 2B. RGB value is (116,146,43). Sum of RGB (Red+Green+Blue) = 116+146+43=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #74922B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74922B is #8B6DD4. Grayscale: #7D7D7D. Windows color (decimal): -9137621 or 2855540. OLE color: 2855540.

HSL color Cylindrical-coordinate representation of color #74922B: hue angle of 77.48º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74922B is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 43 -
CMYK 0.21 0 0.71 0.43
HSL 77.48º 0.54% 0.37% -
HSV(B) 77.48º 0.71% 0.57% -
XYZ 17.92 24.45 6.06 -
YUV 125.29 81.56 121.38 -
System Red Green Blue C M Y K H S L
Decimal 116 146 43 0.21 0 0.71 0.43 77.48 0.54 0.37
Hex 74 92 2B 15 0 47 2B 4D 36 25
Octal 164 222 53 25 0 107 53 115 66 45
Binary 1110100 10010010 101011 10101 0 1000111 101011 1001101 110110 100101

Color Harmonies of #74922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74922B

Black with #74922B

Text Example


Text Example

White with #74922B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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