#06973A

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

Shades of Pigment Green #06973A

Tints of Pigment Green #06973A

Color information

#06973A (or 0x06973A) is unknown color: approx Pigment Green. HEX triplet: 06, 97 and 3A. RGB value is (6,151,58). Sum of RGB (Red+Green+Blue) = 6+151+58=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 151 (59.38% from 255 or 70.23% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 151 - color contains mainly: green. Hex color #06973A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06973A is #F968C5. Grayscale: #616161. Windows color (decimal): -16345286 or 3839750. OLE color: 3839750.

HSL color Cylindrical-coordinate representation of color #06973A: hue angle of 141.52º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06973A is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB615158-
CMYK0.9600.620.41
HSL141.52º92.36%30.78%-
HSV(B)141.52º96.03%59.22%-
XYZ11.9122.487.71-
YUV97.04105.9663.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.79%
GREEN value IS 151 (59.38% from 255) = 70.23%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=2.79%
G=70.23%
B=26.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6151580.9600.620.41141.5292.3630.78
Hex6973A6003E298e5c1f
Octal6227721400765121613437
Binary110100101111110101100000011111010100110001110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,151,58); }

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

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

 a { background-color: rgb(6,151,58); }

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

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

 span { border-color: rgb(6,151,58); }

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