Html Css Color HEX #74942B Olive Drab

📋 copy color: '#74942B'

red 116 ◦ green 148 ◦ blue 43

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

Shades of Olive Drab #74942B

Tints of Olive Drab #74942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.21%

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

R = 37.79%
G = 48.21%
B = 14.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#74942B (or 0x74942B) is known color: Olive Drab. HEX triplet: 74, 94 and 2B. RGB value is (116,148,43). Sum of RGB (Red+Green+Blue) = 116+148+43=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #74942B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74942B is #8B6BD4. Grayscale: #7E7E7E. Windows color (decimal): -9137109 or 2856052. OLE color: 2856052.

HSL color Cylindrical-coordinate representation of color #74942B: hue angle of 78.29º 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 #74942B is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 43 -
CMYK 0.22 0 0.71 0.42
HSL 78.29º 0.55% 0.37% -
HSV(B) 78.29º 0.71% 0.58% -
XYZ 18.23 25.07 6.16 -
YUV 126.46 80.9 120.54 -
System Red Green Blue C M Y K H S L
Decimal 116 148 43 0.22 0 0.71 0.42 78.29 0.55 0.37
Hex 74 94 2B 16 0 47 2A 4E 37 25
Octal 164 224 53 26 0 107 52 116 67 45
Binary 1110100 10010100 101011 10110 0 1000111 101010 1001110 110111 100101

Color Harmonies of #74942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74942B

Black with #74942B

Text Example


Text Example

White with #74942B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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