Html Css Color HEX #74911B Olive Drab

📋 copy color: '#74911B'

red 116 ◦ green 145 ◦ blue 27

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

Shades of Olive Drab #74911B

Tints of Olive Drab #74911B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.35%

 BLUE value IS 27 (10.94% from 255) = 9.38%

R = 40.28%
G = 50.35%
B = 9.38%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#74911B (or 0x74911B) is known color: Olive Drab. HEX triplet: 74, 91 and 1B. RGB value is (116,145,27). Sum of RGB (Red+Green+Blue) = 116+145+27=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #74911B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74911B is #8B6EE4. Grayscale: #7B7B7B. Windows color (decimal): -9137893 or 1806708. OLE color: 1806708.

HSL color Cylindrical-coordinate representation of color #74911B: hue angle of 74.75º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74911B is Cyan = 0.2, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 27 -
CMYK 0.2 0 0.81 0.43
HSL 74.75º 0.69% 0.34% -
HSV(B) 74.75º 0.81% 0.57% -
XYZ 17.53 24.04 4.75 -
YUV 122.88 73.89 123.09 -
System Red Green Blue C M Y K H S L
Decimal 116 145 27 0.2 0 0.81 0.43 74.75 0.69 0.34
Hex 74 91 1B 14 0 51 2B 4B 45 22
Octal 164 221 33 24 0 121 53 113 105 42
Binary 1110100 10010001 11011 10100 0 1010001 101011 1001011 1000101 100010

Color Harmonies of #74911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74911B

Black with #74911B

Text Example


Text Example

White with #74911B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,145,27); }

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

background-color css

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

 a { background-color: rgb(116,145,27); }

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

border-color css

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

 span { border-color: rgb(116,145,27); }

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