#069B2F

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

Shades of Pigment Green #069B2F

Tints of Pigment Green #069B2F

Color information

#069B2F (or 0x069B2F) is unknown color: approx Pigment Green. HEX triplet: 06, 9B and 2F. RGB value is (6,155,47). Sum of RGB (Red+Green+Blue) = 6+155+47=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 155 (60.94% from 255 or 74.52% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 155 - color contains mainly: green. Hex color #069B2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069B2F is #F964D0. Grayscale: #626262. Windows color (decimal): -16344273 or 3119878. OLE color: 3119878.

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

Color convert

RGB615547-
CMYK0.9600.700.39
HSL136.51º92.55%31.57%-
HSV(B)136.51º96.13%60.78%-
XYZ12.3123.696.61-
YUV98.1499.1462.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 155 (60.94% from 255) = 74.52%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=2.88%
G=74.52%
B=22.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6155470.9600.700.39136.5192.5531.57
Hex69B2F6004627895d20
Octal62335714001064721113540
Binary11010011011101111110000001000110100111100010011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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