#05B068

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

Shades of Jade #05B068

Tints of Jade #05B068

Color information

#05B068 (or 0x05B068) is unknown color: approx Jade. HEX triplet: 05, B0 and 68. RGB value is (5,176,104). Sum of RGB (Red+Green+Blue) = 5+176+104=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 176 (69.14% from 255 or 61.75% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 176 - color contains mainly: green. Hex color #05B068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B068 is #FA4F97. Grayscale: #747474. Windows color (decimal): -16404376 or 6860805. OLE color: 6860805.

HSL color Cylindrical-coordinate representation of color #05B068: hue angle of 154.74º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B068 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB5176104-
CMYK0.9700.410.31
HSL154.74º94.48%35.49%-
HSV(B)154.74º97.16%69.02%-
XYZ18.0932.0818.34-
YUV116.66120.8548.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 176 (69.14% from 255) = 61.75%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=1.75%
G=61.75%
B=36.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51761040.9700.410.31154.7494.4835.49
Hex5B068610291F9b5e23
Octal52601501410513723313643
Binary1011011000011010001100001010100111111100110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,176,104); }

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

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

 a { background-color: rgb(5,176,104); }

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

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

 span { border-color: rgb(5,176,104); }

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