#069438

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

Shades of Pigment Green #069438

Tints of Pigment Green #069438

Color information

#069438 (or 0x069438) is unknown color: approx Pigment Green. HEX triplet: 06, 94 and 38. RGB value is (6,148,56). Sum of RGB (Red+Green+Blue) = 6+148+56=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 148 (58.20% from 255 or 70.48% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 148 - color contains mainly: green. Hex color #069438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069438 is #F96BC7. Grayscale: #5F5F5F. Windows color (decimal): -16346056 or 3707910. OLE color: 3707910.

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

Color convert

RGB614856-
CMYK0.9600.620.42
HSL141.13º92.21%30.2%-
HSV(B)141.13º95.95%58.04%-
XYZ11.3821.57.29-
YUV95.05105.9664.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 148 (58.20% from 255) = 70.48%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=2.86%
G=70.48%
B=26.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6148560.9600.620.42141.1392.2130.2
Hex694386003E2A8d5c1e
Octal6224701400765221513436
Binary110100101001110001100000011111010101010001101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069438; }

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

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

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

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

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

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

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

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