Html Css Color HEX #668972 Sirocco

📋 copy color: '#668972'

red 102 ◦ green 137 ◦ blue 114

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

Shades of Sirocco #668972

Tints of Sirocco #668972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 28.9%
G = 38.81%
B = 32.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#668972 (or 0x668972) is known color: Sirocco. HEX triplet: 66, 89 and 72. RGB value is (102,137,114). Sum of RGB (Red+Green+Blue) = 102+137+114=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #668972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668972 is #99768D. Grayscale: #7B7B7B. Windows color (decimal): -10057358 or 7506278. OLE color: 7506278.

HSL color Cylindrical-coordinate representation of color #668972: hue angle of 140.57º 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 #668972 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 114 -
CMYK 0.26 0 0.17 0.46
HSL 140.57º 0.15% 0.47% -
HSV(B) 140.57º 0.26% 0.54% -
XYZ 17.46 21.93 19.23 -
YUV 123.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 102 137 114 0.26 0 0.17 0.46 140.57 0.15 0.47
Hex 66 89 72 1A 0 11 2E 8D F 2F
Octal 146 211 162 32 0 21 56 215 17 57
Binary 1100110 10001001 1110010 11010 0 10001 101110 10001101 1111 101111

Color Harmonies of #668972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668972

Black with #668972

Text Example


Text Example

White with #668972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668972; }

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

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

background-color css

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

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

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

border-color css

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

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

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