Html Css Color HEX #628870 Sirocco

📋 copy color: '#628870'

red 98 ◦ green 136 ◦ blue 112

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

Shades of Sirocco #628870

Tints of Sirocco #628870

RGB

 RED value IS 98 (38.67% from 255) = 28.32%

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

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

R = 28.32%
G = 39.31%
B = 32.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#628870 (or 0x628870) is known color: Sirocco. HEX triplet: 62, 88 and 70. RGB value is (98,136,112). Sum of RGB (Red+Green+Blue) = 98+136+112=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #628870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628870 is #9D778F. Grayscale: #797979. Windows color (decimal): -10319760 or 7374946. OLE color: 7374946.

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

Color convert

RGB 98 136 112 -
CMYK 0.28 0 0.18 0.47
HSL 142.11º 0.16% 0.46% -
HSV(B) 142.11º 0.28% 0.53% -
XYZ 16.77 21.37 18.57 -
YUV 121.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 98 136 112 0.28 0 0.18 0.47 142.11 0.16 0.46
Hex 62 88 70 1C 0 12 2F 8E 10 2E
Octal 142 210 160 34 0 22 57 216 20 56
Binary 1100010 10001000 1110000 11100 0 10010 101111 10001110 10000 101110

Color Harmonies of #628870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628870

Black with #628870

Text Example


Text Example

White with #628870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628870; }

 p { color: rgb(98,136,112); }

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

background-color css

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

 a { background-color: rgb(98,136,112); }

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

border-color css

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

 span { border-color: rgb(98,136,112); }

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