#107B08

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

Shades of Green #107B08

Tints of Green #107B08

Color information

#107B08 (or 0x107B08) is unknown color: approx Green. HEX triplet: 10, 7B and 08. RGB value is (16,123,8). Sum of RGB (Red+Green+Blue) = 16+123+8=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 123 (48.44% from 255 or 83.67% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 123 - color contains mainly: green. Hex color #107B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107B08 is #EF84F7. Grayscale: #4E4E4E. Windows color (decimal): -15697144 or 555792. OLE color: 555792.

HSL color Cylindrical-coordinate representation of color #107B08: hue angle of 115.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107B08 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB161238-
CMYK0.8700.930.52
HSL115.83º87.79%25.69%-
HSV(B)115.83º93.5%48.24%-
XYZ7.3414.292.6-
YUV77.988.5583.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 123 (48.44% from 255) = 83.67%
BLUE value IS 8 (3.52% from 255) = 5.44%
R=10.88%
G=83.67%
B=5.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1612380.8700.930.52115.8387.7925.69
Hex107B85705D3474581a
Octal201731012701356416413032
Binary10000111101110001010111010111011101001110100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107B08; }

 p { color: rgb(16,123,8); }

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

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

 a { background-color: rgb(16,123,8); }

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

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

 span { border-color: rgb(16,123,8); }

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