Html Css Color HEX #668470 Sirocco

📋 copy color: '#668470'

red 102 ◦ green 132 ◦ blue 112

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

Shades of Sirocco #668470

Tints of Sirocco #668470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.15%

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

R = 29.48%
G = 38.15%
B = 32.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#668470 (or 0x668470) is known color: Sirocco. HEX triplet: 66, 84 and 70. RGB value is (102,132,112). Sum of RGB (Red+Green+Blue) = 102+132+112=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #668470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668470 is #997B8F. Grayscale: #787878. Windows color (decimal): -10058640 or 7373926. OLE color: 7373926.

HSL color Cylindrical-coordinate representation of color #668470: hue angle of 140º 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 #668470 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 112 -
CMYK 0.23 0 0.15 0.48
HSL 140º 0.13% 0.46% -
HSV(B) 140º 0.23% 0.52% -
XYZ 16.66 20.5 18.41 -
YUV 120.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 102 132 112 0.23 0 0.15 0.48 140 0.13 0.46
Hex 66 84 70 17 0 F 30 8C D 2E
Octal 146 204 160 27 0 17 60 214 15 56
Binary 1100110 10000100 1110000 10111 0 1111 110000 10001100 1101 101110

Color Harmonies of #668470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668470

Black with #668470

Text Example


Text Example

White with #668470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668470; }

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

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

background-color css

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

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

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

border-color css

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

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

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