#069648

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

Shades of Pigment Green #069648

Tints of Pigment Green #069648

Color information

#069648 (or 0x069648) is unknown color: approx Pigment Green. HEX triplet: 06, 96 and 48. RGB value is (6,150,72). Sum of RGB (Red+Green+Blue) = 6+150+72=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 150 (58.98% from 255 or 65.79% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 150 - color contains mainly: green. Hex color #069648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069648 is #F969B7. Grayscale: #626262. Windows color (decimal): -16345528 or 4756998. OLE color: 4756998.

HSL color Cylindrical-coordinate representation of color #069648: hue angle of 147.5º 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 #069648 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB615072-
CMYK0.9600.520.41
HSL147.5º92.31%30.59%-
HSV(B)147.5º96%58.82%-
XYZ12.1522.329.8-
YUV98.05113.2962.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.63%
GREEN value IS 150 (58.98% from 255) = 65.79%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=2.63%
G=65.79%
B=31.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6150720.9600.520.41147.592.3130.59
Hex696486003429945c1f
Octal62261101400645122413437
Binary1101001011010010001100000011010010100110010100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069648; }

 p { color: rgb(6,150,72); }

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

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

 a { background-color: rgb(6,150,72); }

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

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

 span { border-color: rgb(6,150,72); }

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