#069538

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

Shades of Pigment Green #069538

Tints of Pigment Green #069538

Color information

#069538 (or 0x069538) is unknown color: approx Pigment Green. HEX triplet: 06, 95 and 38. RGB value is (6,149,56). Sum of RGB (Red+Green+Blue) = 6+149+56=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 149 (58.59% from 255 or 70.62% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 149 - color contains mainly: green. Hex color #069538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069538 is #F96AC7. Grayscale: #5F5F5F. Windows color (decimal): -16345800 or 3708166. OLE color: 3708166.

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

Color convert

RGB614956-
CMYK0.9600.620.42
HSL140.98º92.26%30.39%-
HSV(B)140.98º95.97%58.43%-
XYZ11.5421.827.34-
YUV95.64105.6264.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 149 (58.59% from 255) = 70.62%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=2.84%
G=70.62%
B=26.54%

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
Decimal6149560.9600.620.42140.9892.2630.39
Hex695386003E2A8d5c1e
Octal6225701400765221513436
Binary110100101011110001100000011111010101010001101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069538; }

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

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

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

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

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

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

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

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