Html Css Color HEX #74932B Olive Drab

📋 copy color: '#74932B'

red 116 ◦ green 147 ◦ blue 43

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

Shades of Olive Drab #74932B

Tints of Olive Drab #74932B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.04%

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

R = 37.91%
G = 48.04%
B = 14.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#74932B (or 0x74932B) is known color: Olive Drab. HEX triplet: 74, 93 and 2B. RGB value is (116,147,43). Sum of RGB (Red+Green+Blue) = 116+147+43=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #74932B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74932B is #8B6CD4. Grayscale: #7E7E7E. Windows color (decimal): -9137365 or 2855796. OLE color: 2855796.

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

Color convert

RGB 116 147 43 -
CMYK 0.21 0 0.71 0.42
HSL 77.88º 0.55% 0.37% -
HSV(B) 77.88º 0.71% 0.58% -
XYZ 18.07 24.75 6.11 -
YUV 125.88 81.23 120.96 -
System Red Green Blue C M Y K H S L
Decimal 116 147 43 0.21 0 0.71 0.42 77.88 0.55 0.37
Hex 74 93 2B 15 0 47 2A 4E 37 25
Octal 164 223 53 25 0 107 52 116 67 45
Binary 1110100 10010011 101011 10101 0 1000111 101010 1001110 110111 100101

Color Harmonies of #74932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74932B

Black with #74932B

Text Example


Text Example

White with #74932B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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