Html Css Color HEX #74941C Olive Drab

📋 copy color: '#74941C'

red 116 ◦ green 148 ◦ blue 28

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

Shades of Olive Drab #74941C

Tints of Olive Drab #74941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.59%

R = 39.73%
G = 50.68%
B = 9.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#74941C (or 0x74941C) is known color: Olive Drab. HEX triplet: 74, 94 and 1C. RGB value is (116,148,28). Sum of RGB (Red+Green+Blue) = 116+148+28=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #74941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74941C is #8B6BE3. Grayscale: #7D7D7D. Windows color (decimal): -9137124 or 1873012. OLE color: 1873012.

HSL color Cylindrical-coordinate representation of color #74941C: hue angle of 76º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74941C is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 28 -
CMYK 0.22 0 0.81 0.42
HSL 76º 0.68% 0.35% -
HSV(B) 76º 0.81% 0.58% -
XYZ 18 24.98 4.97 -
YUV 124.75 73.4 121.76 -
System Red Green Blue C M Y K H S L
Decimal 116 148 28 0.22 0 0.81 0.42 76 0.68 0.35
Hex 74 94 1C 16 0 51 2A 4C 44 23
Octal 164 224 34 26 0 121 52 114 104 43
Binary 1110100 10010100 11100 10110 0 1010001 101010 1001100 1000100 100011

Color Harmonies of #74941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74941C

Black with #74941C

Text Example


Text Example

White with #74941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74941C; }

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

 H1.HeaderClassName
 {
   color: #74941C;
 }
 .AnyTagClassName
 {
   color: #74941C;
 }
</style>

background-color css

<style>
 a { background-color: #74941C; }

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

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

border-color css

<style>
 span { border-color: #74941C; }

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

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