Html Css Color HEX #74940F Olive Drab

📋 copy color: '#74940F'

red 116 ◦ green 148 ◦ blue 15

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

Shades of Olive Drab #74940F

Tints of Olive Drab #74940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 41.58%
G = 53.05%
B = 5.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#74940F (or 0x74940F) is known color: Olive Drab. HEX triplet: 74, 94 and 0F. RGB value is (116,148,15). Sum of RGB (Red+Green+Blue) = 116+148+15=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #74940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74940F is #8B6BF0. Grayscale: #7B7B7B. Windows color (decimal): -9137137 or 1021044. OLE color: 1021044.

HSL color Cylindrical-coordinate representation of color #74940F: hue angle of 74.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74940F is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 15 -
CMYK 0.22 0 0.90 0.42
HSL 74.44º 0.82% 0.32% -
HSV(B) 74.44º 0.9% 0.58% -
XYZ 17.88 24.93 4.32 -
YUV 123.27 66.9 122.81 -
System Red Green Blue C M Y K H S L
Decimal 116 148 15 0.22 0 0.90 0.42 74.44 0.82 0.32
Hex 74 94 F 16 0 5A 2A 4A 52 20
Octal 164 224 17 26 0 132 52 112 122 40
Binary 1110100 10010100 1111 10110 0 1011010 101010 1001010 1010010 100000

Color Harmonies of #74940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74940F

Black with #74940F

Text Example


Text Example

White with #74940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74940F; }

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

 H1.HeaderClassName
 {
   color: #74940F;
 }
 .AnyTagClassName
 {
   color: #74940F;
 }
</style>

background-color css

<style>
 a { background-color: #74940F; }

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

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

border-color css

<style>
 span { border-color: #74940F; }

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

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