Html Css Color HEX #74942A Olive Drab

📋 copy color: '#74942A'

red 116 ◦ green 148 ◦ blue 42

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

Shades of Olive Drab #74942A

Tints of Olive Drab #74942A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 37.91%
G = 48.37%
B = 13.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#74942A (or 0x74942A) is known color: Olive Drab. HEX triplet: 74, 94 and 2A. RGB value is (116,148,42). Sum of RGB (Red+Green+Blue) = 116+148+42=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #74942A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74942A is #8B6BD5. Grayscale: #7E7E7E. Windows color (decimal): -9137110 or 2790516. OLE color: 2790516.

HSL color Cylindrical-coordinate representation of color #74942A: hue angle of 78.11º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74942A is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 42 -
CMYK 0.22 0 0.72 0.42
HSL 78.11º 0.56% 0.37% -
HSV(B) 78.11º 0.72% 0.58% -
XYZ 18.21 25.06 6.07 -
YUV 126.35 80.4 120.62 -
System Red Green Blue C M Y K H S L
Decimal 116 148 42 0.22 0 0.72 0.42 78.11 0.56 0.37
Hex 74 94 2A 16 0 48 2A 4E 38 25
Octal 164 224 52 26 0 110 52 116 70 45
Binary 1110100 10010100 101010 10110 0 1001000 101010 1001110 111000 100101

Color Harmonies of #74942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74942A

Black with #74942A

Text Example


Text Example

White with #74942A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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