Html Css Color HEX #6F877B Sirocco

📋 copy color: '#6F877B'

red 111 ◦ green 135 ◦ blue 123

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

Shades of Sirocco #6F877B

Tints of Sirocco #6F877B

RGB

 RED value IS 111 (43.75% from 255) = 30.08%

 GREEN value IS 135 (53.13% from 255) = 36.59%

 BLUE value IS 123 (48.44% from 255) = 33.33%

R = 30.08%
G = 36.59%
B = 33.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#6F877B (or 0x6F877B) is known color: Sirocco. HEX triplet: 6F, 87 and 7B. RGB value is (111,135,123). Sum of RGB (Red+Green+Blue) = 111+135+123=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #6F877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F877B is #907884. Grayscale: #7E7E7E. Windows color (decimal): -9468037 or 8095599. OLE color: 8095599.

HSL color Cylindrical-coordinate representation of color #6F877B: hue angle of 150º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F877B is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 135 123 -
CMYK 0.18 0 0.09 0.47
HSL 150º 0.1% 0.48% -
HSV(B) 150º 0.18% 0.53% -
XYZ 18.79 22.14 22.02 -
YUV 126.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 111 135 123 0.18 0 0.09 0.47 150 0.1 0.48
Hex 6F 87 7B 12 0 9 2F 96 A 30
Octal 157 207 173 22 0 11 57 226 12 60
Binary 1101111 10000111 1111011 10010 0 1001 101111 10010110 1010 110000

Color Harmonies of #6F877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F877B

Black with #6F877B

Text Example


Text Example

White with #6F877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F877B; }

 p { color: rgb(111,135,123); }

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

background-color css

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

 a { background-color: rgb(111,135,123); }

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

border-color css

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

 span { border-color: rgb(111,135,123); }

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