#06954E

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

Shades of Pigment Green #06954E

Tints of Pigment Green #06954E

Color information

#06954E (or 0x06954E) is unknown color: approx Pigment Green. HEX triplet: 06, 95 and 4E. RGB value is (6,149,78). Sum of RGB (Red+Green+Blue) = 6+149+78=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #06954E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06954E is #F96AB1. Grayscale: #626262. Windows color (decimal): -16345778 or 5149958. OLE color: 5149958.

HSL color Cylindrical-coordinate representation of color #06954E: hue angle of 150.21º 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 #06954E is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB614978-
CMYK0.9600.480.42
HSL150.21º92.26%30.39%-
HSV(B)150.21º95.97%58.43%-
XYZ12.222.0810.83-
YUV98.15116.6262.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 149 (58.59% from 255) = 63.95%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=2.58%
G=63.95%
B=33.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6149780.9600.480.42150.2192.2630.39
Hex6954E600302A965c1e
Octal62251161400605222613436
Binary1101001010110011101100000011000010101010010110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06954E; }

 p { color: rgb(6,149,78); }

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

<style>
 a { background-color: #06954E; }

 a { background-color: rgb(6,149,78); }

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

<style>
 span { border-color: #06954E; }

 span { border-color: rgb(6,149,78); }

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