#668975

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

Shades of Sirocco #668975

Tints of Sirocco #668975

Color information

#668975 (or 0x668975) is unknown color: approx Sirocco. HEX triplet: 66, 89 and 75. RGB value is (102,137,117). Sum of RGB (Red+Green+Blue) = 102+137+117=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #668975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668975 is #99768A. Grayscale: #7C7C7C. Windows color (decimal): -10057355 or 7702886. OLE color: 7702886.

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

Color convert

RGB102137117-
CMYK0.2600.150.46
HSL145.71º14.64%46.86%-
HSV(B)145.71º25.55%53.73%-
XYZ17.642220.15-
YUV124.26123.9112.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=28.65%
G=38.48%
B=32.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021371170.2600.150.46145.7114.6446.86
Hex6689751A0F2E92f2f
Octal14621116532017562221757
Binary11001101000100111101011101001111101110100100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668975; }

 p { color: rgb(102,137,117); }

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

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

 a { background-color: rgb(102,137,117); }

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

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

 span { border-color: rgb(102,137,117); }

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