#06B296

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

Shades of Persian Green #06B296

Tints of Persian Green #06B296

Color information

#06B296 (or 0x06B296) is unknown color: approx Persian Green. HEX triplet: 06, B2 and 96. RGB value is (6,178,150). Sum of RGB (Red+Green+Blue) = 6+178+150=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #06B296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06B296 is #F94D69. Grayscale: #7B7B7B. Windows color (decimal): -16338282 or 9875974. OLE color: 9875974.

HSL color Cylindrical-coordinate representation of color #06B296: hue angle of 170.23º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B296 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB6178150-
CMYK0.9700.160.30
HSL170.23º93.48%36.08%-
HSV(B)170.23º96.63%69.8%-
XYZ21.534.0834.3-
YUV123.38143.0244.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.80%
GREEN value IS 178 (69.92% from 255) = 53.29%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=1.80%
G=53.29%
B=44.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61781500.9700.160.30170.2393.4836.08
Hex6B296610101Eaa5d24
Octal62622261410203625213544
Binary1101011001010010110110000101000011110101010101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B296; }

 p { color: rgb(6,178,150); }

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

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

 a { background-color: rgb(6,178,150); }

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

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

 span { border-color: rgb(6,178,150); }

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