#78930A

Color #78930A Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #78930A

Tints of Olive #78930A

Color information

#78930A (or 0x78930A) is unknown color: approx Olive. HEX triplet: 78, 93 and 0A. RGB value is (120,147,10). Sum of RGB (Red+Green+Blue) = 120+147+10=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #78930A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78930A is #876CF5. Grayscale: #7B7B7B. Windows color (decimal): -8875254 or 693112. OLE color: 693112.

HSL color Cylindrical-coordinate representation of color #78930A: hue angle of 71.82º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78930A is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB12014710-
CMYK0.1800.930.42
HSL71.82º87.26%30.78%-
HSV(B)71.82º93.2%57.65%-
XYZ18.2324.884.13-
YUV123.3164.05125.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 147 (57.81% from 255) = 53.07%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=43.32%
G=53.07%
B=3.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120147100.1800.930.4271.8287.2630.78
Hex7893A1205D2A48571f
Octal170223122201355211012737
Binary111100010010011101010010010111011010101001000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78930A; }

 p { color: rgb(120,147,10); }

 H1.HeaderClassName
 {
   color: #78930A;
 }
 .AnyTagClassName
 {
   color: #78930A;
 }
</style>
background-color css

<style>
 a { background-color: #78930A; }

 a { background-color: rgb(120,147,10); }

 div.DivClassName
 {
   background-color: #78930A;
 }
 .BgClassName
 {
   background-color: #78930A;
 }
</style>
border-color css

<style>
 span { border-color: #78930A; }

 span { border-color: rgb(120,147,10); }

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