#06B297

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

Shades of Persian Green #06B297

Tints of Persian Green #06B297

Color information

#06B297 (or 0x06B297) is unknown color: approx Persian Green. HEX triplet: 06, B2 and 97. RGB value is (6,178,151). Sum of RGB (Red+Green+Blue) = 6+178+151=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #06B297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06B297 is #F94D68. Grayscale: #7B7B7B. Windows color (decimal): -16338281 or 9941510. OLE color: 9941510.

HSL color Cylindrical-coordinate representation of color #06B297: hue angle of 170.58º 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 #06B297 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB6178151-
CMYK0.9700.150.30
HSL170.58º93.48%36.08%-
HSV(B)170.58º96.63%69.8%-
XYZ21.5834.1134.73-
YUV123.49143.5244.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 178 (69.92% from 255) = 53.13%
BLUE value IS 151 (59.38% from 255) = 45.07%
R=1.79%
G=53.13%
B=45.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61781510.9700.150.30170.5893.4836.08
Hex6B297610F1Eab5d24
Octal62622271410173625313544
Binary110101100101001011111000010111111110101010111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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