Html Css Color HEX #608970 Sirocco

📋 copy color: '#608970'

red 96 ◦ green 137 ◦ blue 112

#608970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #608970

Tints of Sirocco #608970

RGB

 RED value IS 96 (37.89% from 255) = 27.83%

 GREEN value IS 137 (53.91% from 255) = 39.71%

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 27.83%
G = 39.71%
B = 32.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#608970 (or 0x608970) is known color: Sirocco. HEX triplet: 60, 89 and 70. RGB value is (96,137,112). Sum of RGB (Red+Green+Blue) = 96+137+112=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #608970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608970 is #9F768F. Grayscale: #797979. Windows color (decimal): -10450576 or 7375200. OLE color: 7375200.

HSL color Cylindrical-coordinate representation of color #608970: hue angle of 143.41º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608970 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 112 -
CMYK 0.30 0 0.18 0.46
HSL 143.41º 0.18% 0.46% -
HSV(B) 143.41º 0.3% 0.54% -
XYZ 16.69 21.55 18.61 -
YUV 121.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 96 137 112 0.30 0 0.18 0.46 143.41 0.18 0.46
Hex 60 89 70 1E 0 12 2E 8F 12 2E
Octal 140 211 160 36 0 22 56 217 22 56
Binary 1100000 10001001 1110000 11110 0 10010 101110 10001111 10010 101110

Color Harmonies of #608970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608970

Black with #608970

Text Example


Text Example

White with #608970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608970; }

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

 H1.HeaderClassName
 {
   color: #608970;
 }
 .AnyTagClassName
 {
   color: #608970;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #608970;
 }
 .BgClassName
 {
   background-color: #608970;
 }
</style>

border-color css

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

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

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