#608B70

Color #608B70 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #608B70

Tints of Sirocco #608B70

Color information

#608B70 (or 0x608B70) is unknown color: approx Sirocco. HEX triplet: 60, 8B and 70. RGB value is (96,139,112). Sum of RGB (Red+Green+Blue) = 96+139+112=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #608B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608B70 is #9F748F. Grayscale: #7B7B7B. Windows color (decimal): -10450064 or 7375712. OLE color: 7375712.

HSL color Cylindrical-coordinate representation of color #608B70: hue angle of 142.33º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608B70 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB96139112-
CMYK0.3100.190.45
HSL142.33º18.3%46.08%-
HSV(B)142.33º30.94%54.51%-
XYZ16.9822.1218.7-
YUV123.06121.75108.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=27.67%
G=40.06%
B=32.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961391120.3100.190.45142.3318.346.08
Hex608B701F0132D8e122e
Octal14021316037023552162256
Binary1100000100010111110000111110100111011011000111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608B70; }

 p { color: rgb(96,139,112); }

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

<style>
 a { background-color: #608B70; }

 a { background-color: rgb(96,139,112); }

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

<style>
 span { border-color: #608B70; }

 span { border-color: rgb(96,139,112); }

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