#06B75E

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

Shades of Pigment Green #06B75E

Tints of Pigment Green #06B75E

Color information

#06B75E (or 0x06B75E) is unknown color: approx Pigment Green. HEX triplet: 06, B7 and 5E. RGB value is (6,183,94). Sum of RGB (Red+Green+Blue) = 6+183+94=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 183 (71.88% from 255 or 64.66% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 183 - color contains mainly: green. Hex color #06B75E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B75E is #F948A1. Grayscale: #787878. Windows color (decimal): -16337058 or 6207238. OLE color: 6207238.

HSL color Cylindrical-coordinate representation of color #06B75E: hue angle of 149.83º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B75E is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB618394-
CMYK0.9700.490.28
HSL149.83º93.65%37.06%-
HSV(B)149.83º96.72%71.76%-
XYZ19.0334.7116.29-
YUV119.93113.3646.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.12%
GREEN value IS 183 (71.88% from 255) = 64.66%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=2.12%
G=64.66%
B=33.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6183940.9700.490.28149.8393.6537.06
Hex6B75E610311C965e25
Octal62671361410613422613645
Binary1101011011110111101100001011000111100100101101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B75E; }

 p { color: rgb(6,183,94); }

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

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

 a { background-color: rgb(6,183,94); }

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

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

 span { border-color: rgb(6,183,94); }

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