#069934

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

Shades of Pigment Green #069934

Tints of Pigment Green #069934

Color information

#069934 (or 0x069934) is unknown color: approx Pigment Green. HEX triplet: 06, 99 and 34. RGB value is (6,153,52). Sum of RGB (Red+Green+Blue) = 6+153+52=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 153 (60.16% from 255 or 72.51% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 153 - color contains mainly: green. Hex color #069934 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069934 is #F966CB. Grayscale: #616161. Windows color (decimal): -16344780 or 3447046. OLE color: 3447046.

HSL color Cylindrical-coordinate representation of color #069934: hue angle of 138.78º degrees, saturation: 0.92, 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 #069934 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB615352-
CMYK0.9600.660.4
HSL138.78º92.45%31.18%-
HSV(B)138.78º96.08%60%-
XYZ12.0923.077.06-
YUV97.53102.362.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 153 (60.16% from 255) = 72.51%
BLUE value IS 52 (20.70% from 255) = 24.64%
R=2.84%
G=72.51%
B=24.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6153520.9600.660.4138.7892.4531.18
Hex6993460042288b5c1f
Octal62316414001025021313437
Binary1101001100111010011000000100001010100010001011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069934; }

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

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

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

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

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

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

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

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