#078105

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

Shades of Green #078105

Tints of Green #078105

Color information

#078105 (or 0x078105) is unknown color: approx Green. HEX triplet: 07, 81 and 05. RGB value is (7,129,5). Sum of RGB (Red+Green+Blue) = 7+129+5=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 129 (50.78% from 255 or 91.49% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 129 - color contains mainly: green. Hex color #078105 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078105 is #F87EFA. Grayscale: #4E4E4E. Windows color (decimal): -16285435 or 360711. OLE color: 360711.

HSL color Cylindrical-coordinate representation of color #078105: hue angle of 119.03º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078105 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB71295-
CMYK0.9500.960.49
HSL119.03º92.54%26.27%-
HSV(B)119.03º96.12%50.59%-
XYZ7.9715.762.77-
YUV78.3986.5877.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 129 (50.78% from 255) = 91.49%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=4.96%
G=91.49%
B=3.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal712950.9500.960.49119.0392.5426.27
Hex78155F06031775d1a
Octal7201513701406116713532
Binary111100000011011011111011000001100011110111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078105; }

 p { color: rgb(7,129,5); }

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

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

 a { background-color: rgb(7,129,5); }

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

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

 span { border-color: rgb(7,129,5); }

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