#06933D

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

Shades of Pigment Green #06933D

Tints of Pigment Green #06933D

Color information

#06933D (or 0x06933D) is unknown color: approx Pigment Green. HEX triplet: 06, 93 and 3D. RGB value is (6,147,61). Sum of RGB (Red+Green+Blue) = 6+147+61=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 147 (57.81% from 255 or 68.69% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 147 - color contains mainly: green. Hex color #06933D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06933D is #F96CC2. Grayscale: #5F5F5F. Windows color (decimal): -16346307 or 4035334. OLE color: 4035334.

HSL color Cylindrical-coordinate representation of color #06933D: hue angle of 143.4º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06933D is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB614761-
CMYK0.9600.590.42
HSL143.4º92.16%30%-
HSV(B)143.4º95.92%57.65%-
XYZ11.3521.247.92-
YUV95.04108.7964.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.80%
GREEN value IS 147 (57.81% from 255) = 68.69%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=2.80%
G=68.69%
B=28.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6147610.9600.590.42143.492.1630
Hex6933D6003B2A8f5c1e
Octal6223751400735221713436
Binary110100100111111011100000011101110101010001111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06933D; }

 p { color: rgb(6,147,61); }

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

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

 a { background-color: rgb(6,147,61); }

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

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

 span { border-color: rgb(6,147,61); }

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