#069A38

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

Shades of Pigment Green #069A38

Tints of Pigment Green #069A38

Color information

#069A38 (or 0x069A38) is unknown color: approx Pigment Green. HEX triplet: 06, 9A and 38. RGB value is (6,154,56). Sum of RGB (Red+Green+Blue) = 6+154+56=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 154 (60.55% from 255 or 71.30% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 154 - color contains mainly: green. Hex color #069A38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069A38 is #F965C7. Grayscale: #626262. Windows color (decimal): -16344520 or 3709446. OLE color: 3709446.

HSL color Cylindrical-coordinate representation of color #069A38: hue angle of 140.27º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A38 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB615456-
CMYK0.9600.640.40
HSL140.27º92.5%31.37%-
HSV(B)140.27º96.1%60.39%-
XYZ12.3423.447.61-
YUV98.58103.9761.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 154 (60.55% from 255) = 71.30%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=2.78%
G=71.30%
B=25.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6154560.9600.640.40140.2792.531.37
Hex69A3860040288c5c1f
Octal62327014001005021413437
Binary1101001101011100011000000100000010100010001100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069A38; }

 p { color: rgb(6,154,56); }

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

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

 a { background-color: rgb(6,154,56); }

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

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

 span { border-color: rgb(6,154,56); }

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