Html Css Color HEX #668875 Sirocco

📋 copy color: '#668875'

red 102 ◦ green 136 ◦ blue 117

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

Shades of Sirocco #668875

Tints of Sirocco #668875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.31%

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 28.73%
G = 38.31%
B = 32.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#668875 (or 0x668875) is known color: Sirocco. HEX triplet: 66, 88 and 75. RGB value is (102,136,117). Sum of RGB (Red+Green+Blue) = 102+136+117=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #668875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668875 is #99778A. Grayscale: #7B7B7B. Windows color (decimal): -10057611 or 7702630. OLE color: 7702630.

HSL color Cylindrical-coordinate representation of color #668875: hue angle of 146.47º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #668875 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 117 -
CMYK 0.25 0 0.14 0.47
HSL 146.47º 0.14% 0.47% -
HSV(B) 146.47º 0.25% 0.53% -
XYZ 17.49 21.72 20.1 -
YUV 123.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 102 136 117 0.25 0 0.14 0.47 146.47 0.14 0.47
Hex 66 88 75 19 0 E 2F 92 E 2F
Octal 146 210 165 31 0 16 57 222 16 57
Binary 1100110 10001000 1110101 11001 0 1110 101111 10010010 1110 101111

Color Harmonies of #668875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668875

Black with #668875

Text Example


Text Example

White with #668875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668875; }

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

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

background-color css

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

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

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

border-color css

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

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

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