#608B6F

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

Shades of Sirocco #608B6F

Tints of Sirocco #608B6F

Color information

#608B6F (or 0x608B6F) is unknown color: approx Sirocco. HEX triplet: 60, 8B and 6F. RGB value is (96,139,111). Sum of RGB (Red+Green+Blue) = 96+139+111=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #608B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608B6F is #9F7490. Grayscale: #7B7B7B. Windows color (decimal): -10450065 or 7310176. OLE color: 7310176.

HSL color Cylindrical-coordinate representation of color #608B6F: hue angle of 140.93º 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 #608B6F is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB96139111-
CMYK0.3100.200.45
HSL140.93º18.3%46.08%-
HSV(B)140.93º30.94%54.51%-
XYZ16.9322.118.41-
YUV122.95121.25108.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=27.75%
G=40.17%
B=32.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961391110.3100.200.45140.9318.346.08
Hex608B6F1F0142D8d122e
Octal14021315737024552152256
Binary1100000100010111101111111110101001011011000110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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