#069450

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

Shades of Pigment Green #069450

Tints of Pigment Green #069450

Color information

#069450 (or 0x069450) is unknown color: approx Pigment Green. HEX triplet: 06, 94 and 50. RGB value is (6,148,80). Sum of RGB (Red+Green+Blue) = 6+148+80=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #069450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069450 is #F96BAF. Grayscale: #616161. Windows color (decimal): -16346032 or 5280774. OLE color: 5280774.

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

Color convert

RGB614880-
CMYK0.9600.460.42
HSL151.27º92.21%30.2%-
HSV(B)151.27º95.95%58.04%-
XYZ12.1121.811.16-
YUV97.79117.9662.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.56%
GREEN value IS 148 (58.20% from 255) = 63.25%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=2.56%
G=63.25%
B=34.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6148800.9600.460.42151.2792.2130.2
Hex694506002E2A975c1e
Octal62241201400565222713436
Binary1101001010010100001100000010111010101010010111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069450; }

 p { color: rgb(6,148,80); }

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

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

 a { background-color: rgb(6,148,80); }

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

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

 span { border-color: rgb(6,148,80); }

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