#05B68B

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

Shades of Persian Green #05B68B

Tints of Persian Green #05B68B

Color information

#05B68B (or 0x05B68B) is unknown color: approx Persian Green. HEX triplet: 05, B6 and 8B. RGB value is (5,182,139). Sum of RGB (Red+Green+Blue) = 5+182+139=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #05B68B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B68B is #FA4974. Grayscale: #7C7C7C. Windows color (decimal): -16402805 or 9156101. OLE color: 9156101.

HSL color Cylindrical-coordinate representation of color #05B68B: hue angle of 165.42º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B68B is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB5182139-
CMYK0.9700.240.29
HSL165.42º94.65%36.67%-
HSV(B)165.42º97.25%71.37%-
XYZ21.4535.3530.12-
YUV124.18136.3643-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.53%
GREEN value IS 182 (71.48% from 255) = 55.83%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=1.53%
G=55.83%
B=42.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51821390.9700.240.29165.4294.6536.67
Hex5B68B610181Da55f25
Octal52662131410303524513745
Binary1011011011010001011110000101100011101101001011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B68B; }

 p { color: rgb(5,182,139); }

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

<style>
 a { background-color: #05B68B; }

 a { background-color: rgb(5,182,139); }

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

<style>
 span { border-color: #05B68B; }

 span { border-color: rgb(5,182,139); }

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