#069B53

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

Shades of Pigment Green #069B53

Tints of Pigment Green #069B53

Color information

#069B53 (or 0x069B53) is unknown color: approx Pigment Green. HEX triplet: 06, 9B and 53. RGB value is (6,155,83). Sum of RGB (Red+Green+Blue) = 6+155+83=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 155 (60.94% from 255 or 63.52% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 155 - color contains mainly: green. Hex color #069B53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069B53 is #F964AC. Grayscale: #666666. Windows color (decimal): -16344237 or 5479174. OLE color: 5479174.

HSL color Cylindrical-coordinate representation of color #069B53: hue angle of 151.01º 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 #069B53 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB615583-
CMYK0.9600.460.39
HSL151.01º92.55%31.57%-
HSV(B)151.01º96.13%60.78%-
XYZ13.3624.1112.13-
YUV102.24117.1459.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.46%
GREEN value IS 155 (60.94% from 255) = 63.52%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=2.46%
G=63.52%
B=34.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6155830.9600.460.39151.0192.5531.57
Hex69B536002E27975d20
Octal62331231400564722713540
Binary11010011011101001111000000101110100111100101111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,155,83); }

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

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

 a { background-color: rgb(6,155,83); }

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

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

 span { border-color: rgb(6,155,83); }

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