Html Css Color HEX #74961D Olive Drab

📋 copy color: '#74961D'

red 116 ◦ green 150 ◦ blue 29

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

Shades of Olive Drab #74961D

Tints of Olive Drab #74961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.85%

 BLUE value IS 29 (11.72% from 255) = 9.83%

R = 39.32%
G = 50.85%
B = 9.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#74961D (or 0x74961D) is known color: Olive Drab. HEX triplet: 74, 96 and 1D. RGB value is (116,150,29). Sum of RGB (Red+Green+Blue) = 116+150+29=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #74961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74961D is #8B69E2. Grayscale: #7E7E7E. Windows color (decimal): -9136611 or 1939060. OLE color: 1939060.

HSL color Cylindrical-coordinate representation of color #74961D: hue angle of 76.86º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74961D is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 29 -
CMYK 0.23 0 0.81 0.41
HSL 76.86º 0.68% 0.35% -
HSV(B) 76.86º 0.81% 0.59% -
XYZ 18.33 25.61 5.14 -
YUV 126.04 73.24 120.84 -
System Red Green Blue C M Y K H S L
Decimal 116 150 29 0.23 0 0.81 0.41 76.86 0.68 0.35
Hex 74 96 1D 17 0 51 29 4D 44 23
Octal 164 226 35 27 0 121 51 115 104 43
Binary 1110100 10010110 11101 10111 0 1010001 101001 1001101 1000100 100011

Color Harmonies of #74961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74961D

Black with #74961D

Text Example


Text Example

White with #74961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74961D; }

 p { color: rgb(116,150,29); }

 H1.HeaderClassName
 {
   color: #74961D;
 }
 .AnyTagClassName
 {
   color: #74961D;
 }
</style>

background-color css

<style>
 a { background-color: #74961D; }

 a { background-color: rgb(116,150,29); }

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

border-color css

<style>
 span { border-color: #74961D; }

 span { border-color: rgb(116,150,29); }

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