Html Css Color HEX #74901B Olive Drab

📋 copy color: '#74901B'

red 116 ◦ green 144 ◦ blue 27

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

Shades of Olive Drab #74901B

Tints of Olive Drab #74901B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.17%

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

R = 40.42%
G = 50.17%
B = 9.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#74901B (or 0x74901B) is known color: Olive Drab. HEX triplet: 74, 90 and 1B. RGB value is (116,144,27). Sum of RGB (Red+Green+Blue) = 116+144+27=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #74901B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74901B is #8B6FE4. Grayscale: #7A7A7A. Windows color (decimal): -9138149 or 1806452. OLE color: 1806452.

HSL color Cylindrical-coordinate representation of color #74901B: hue angle of 74.36º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74901B is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 27 -
CMYK 0.19 0 0.81 0.44
HSL 74.36º 0.68% 0.34% -
HSV(B) 74.36º 0.81% 0.56% -
XYZ 17.37 23.74 4.7 -
YUV 122.29 74.22 123.51 -
System Red Green Blue C M Y K H S L
Decimal 116 144 27 0.19 0 0.81 0.44 74.36 0.68 0.34
Hex 74 90 1B 13 0 51 2C 4A 44 22
Octal 164 220 33 23 0 121 54 112 104 42
Binary 1110100 10010000 11011 10011 0 1010001 101100 1001010 1000100 100010

Color Harmonies of #74901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74901B

Black with #74901B

Text Example


Text Example

White with #74901B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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