Html Css Color HEX #78941C Olive Drab

📋 copy color: '#78941C'

red 120 ◦ green 148 ◦ blue 28

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

Shades of Olive Drab #78941C

Tints of Olive Drab #78941C

RGB

 RED value IS 120 (47.27% from 255) = 40.54%

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

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

R = 40.54%
G = 50%
B = 9.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#78941C (or 0x78941C) is known color: Olive Drab. HEX triplet: 78, 94 and 1C. RGB value is (120,148,28). Sum of RGB (Red+Green+Blue) = 120+148+28=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #78941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78941C is #876BE3. Grayscale: #7E7E7E. Windows color (decimal): -8874980 or 1873016. OLE color: 1873016.

HSL color Cylindrical-coordinate representation of color #78941C: hue angle of 74º 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 #78941C is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 148 28 -
CMYK 0.19 0 0.81 0.42
HSL 74º 0.68% 0.35% -
HSV(B) 74º 0.81% 0.58% -
XYZ 18.55 25.26 5 -
YUV 125.95 72.72 123.76 -
System Red Green Blue C M Y K H S L
Decimal 120 148 28 0.19 0 0.81 0.42 74 0.68 0.35
Hex 78 94 1C 13 0 51 2A 4A 44 23
Octal 170 224 34 23 0 121 52 112 104 43
Binary 1111000 10010100 11100 10011 0 1010001 101010 1001010 1000100 100011

Color Harmonies of #78941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78941C

Black with #78941C

Text Example


Text Example

White with #78941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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