#069C3F

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

Shades of Pigment Green #069C3F

Tints of Pigment Green #069C3F

Color information

#069C3F (or 0x069C3F) is unknown color: approx Pigment Green. HEX triplet: 06, 9C and 3F. RGB value is (6,156,63). Sum of RGB (Red+Green+Blue) = 6+156+63=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 156 (61.33% from 255 or 69.33% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 156 - color contains mainly: green. Hex color #069C3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069C3F is #F963C0. Grayscale: #646464. Windows color (decimal): -16344001 or 4168710. OLE color: 4168710.

HSL color Cylindrical-coordinate representation of color #069C3F: hue angle of 142.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069C3F is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB615663-
CMYK0.9600.600.39
HSL142.8º92.59%31.76%-
HSV(B)142.8º96.15%61.18%-
XYZ12.8624.178.69-
YUV100.55106.860.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 156 (61.33% from 255) = 69.33%
BLUE value IS 63 (25% from 255) = 28%
R=2.67%
G=69.33%
B=28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6156630.9600.600.39142.892.5931.76
Hex69C3F6003C278f5d20
Octal6234771400744721713540
Binary1101001110011111111000000111100100111100011111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,156,63); }

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

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

 a { background-color: rgb(6,156,63); }

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

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

 span { border-color: rgb(6,156,63); }

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