Html Css Color HEX #667B70 Sirocco

📋 copy color: '#667B70'

red 102 ◦ green 123 ◦ blue 112

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

Shades of Sirocco #667B70

Tints of Sirocco #667B70

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.5%

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

R = 30.27%
G = 36.5%
B = 33.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#667B70 (or 0x667B70) is known color: Sirocco. HEX triplet: 66, 7B and 70. RGB value is (102,123,112). Sum of RGB (Red+Green+Blue) = 102+123+112=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 123 - color contains mainly: green. Hex color #667B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B70 is #99848F. Grayscale: #737373. Windows color (decimal): -10060944 or 7371622. OLE color: 7371622.

HSL color Cylindrical-coordinate representation of color #667B70: hue angle of 148.57º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #667B70 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 123 112 -
CMYK 0.17 0 0.09 0.52
HSL 148.57º 0.09% 0.44% -
HSV(B) 148.57º 0.17% 0.48% -
XYZ 15.49 18.16 18.02 -
YUV 115.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 102 123 112 0.17 0 0.09 0.52 148.57 0.09 0.44
Hex 66 7B 70 11 0 9 34 95 9 2C
Octal 146 173 160 21 0 11 64 225 11 54
Binary 1100110 1111011 1110000 10001 0 1001 110100 10010101 1001 101100

Color Harmonies of #667B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667B70

Black with #667B70

Text Example


Text Example

White with #667B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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