#069134

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

Shades of Pigment Green #069134

Tints of Pigment Green #069134

Color information

#069134 (or 0x069134) is unknown color: approx Pigment Green. HEX triplet: 06, 91 and 34. RGB value is (6,145,52). Sum of RGB (Red+Green+Blue) = 6+145+52=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 145 (57.03% from 255 or 71.43% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 145 - color contains mainly: green. Hex color #069134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069134 is #F96ECB. Grayscale: #5D5D5D. Windows color (decimal): -16346828 or 3444998. OLE color: 3444998.

HSL color Cylindrical-coordinate representation of color #069134: hue angle of 139.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069134 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB614552-
CMYK0.9600.640.43
HSL139.86º92.05%29.61%-
HSV(B)139.86º95.86%56.86%-
XYZ10.8220.546.64-
YUV92.84104.9566.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 145 (57.03% from 255) = 71.43%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=2.96%
G=71.43%
B=25.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6145520.9600.640.43139.8692.0529.61
Hex69134600402B8c5c1e
Octal62216414001005321413436
Binary1101001000111010011000000100000010101110001100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069134; }

 p { color: rgb(6,145,52); }

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

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

 a { background-color: rgb(6,145,52); }

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

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

 span { border-color: rgb(6,145,52); }

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