#10B75C

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

Shades of Pigment Green #10B75C

Tints of Pigment Green #10B75C

Color information

#10B75C (or 0x10B75C) is unknown color: approx Pigment Green. HEX triplet: 10, B7 and 5C. RGB value is (16,183,92). Sum of RGB (Red+Green+Blue) = 16+183+92=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 183 (71.88% from 255 or 62.89% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 183 - color contains mainly: green. Hex color #10B75C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B75C is #EF48A3. Grayscale: #7A7A7A. Windows color (decimal): -15681700 or 6076176. OLE color: 6076176.

HSL color Cylindrical-coordinate representation of color #10B75C: hue angle of 147.31º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B75C is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB1618392-
CMYK0.9100.500.28
HSL147.31º83.92%39.02%-
HSV(B)147.31º91.26%71.76%-
XYZ19.0834.7515.83-
YUV122.69110.6751.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.50%
GREEN value IS 183 (71.88% from 255) = 62.89%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=5.50%
G=62.89%
B=31.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16183920.9100.500.28147.3183.9239.02
Hex10B75C5B0321C935427
Octal202671341330623422312447
Binary100001011011110111001011011011001011100100100111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10B75C; }

 p { color: rgb(16,183,92); }

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

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

 a { background-color: rgb(16,183,92); }

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

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

 span { border-color: rgb(16,183,92); }

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