Html Css Color HEX #668570 Sirocco

📋 copy color: '#668570'

red 102 ◦ green 133 ◦ blue 112

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

Shades of Sirocco #668570

Tints of Sirocco #668570

RGB

 RED value IS 102 (40.23% from 255) = 29.39%

 GREEN value IS 133 (52.34% from 255) = 38.33%

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

R = 29.39%
G = 38.33%
B = 32.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#668570 (or 0x668570) is known color: Sirocco. HEX triplet: 66, 85 and 70. RGB value is (102,133,112). Sum of RGB (Red+Green+Blue) = 102+133+112=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #668570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668570 is #997A8F. Grayscale: #797979. Windows color (decimal): -10058384 or 7374182. OLE color: 7374182.

HSL color Cylindrical-coordinate representation of color #668570: hue angle of 139.35º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668570 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 112 -
CMYK 0.23 0 0.16 0.48
HSL 139.35º 0.13% 0.46% -
HSV(B) 139.35º 0.23% 0.52% -
XYZ 16.79 20.77 18.45 -
YUV 121.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 102 133 112 0.23 0 0.16 0.48 139.35 0.13 0.46
Hex 66 85 70 17 0 10 30 8B D 2E
Octal 146 205 160 27 0 20 60 213 15 56
Binary 1100110 10000101 1110000 10111 0 10000 110000 10001011 1101 101110

Color Harmonies of #668570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668570

Black with #668570

Text Example


Text Example

White with #668570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668570; }

 p { color: rgb(102,133,112); }

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

background-color css

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

 a { background-color: rgb(102,133,112); }

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

border-color css

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

 span { border-color: rgb(102,133,112); }

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