Html Css Color HEX #6F8784 Gumbo

📋 copy color: '#6F8784'

red 111 ◦ green 135 ◦ blue 132

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

Shades of Gumbo #6F8784

Tints of Gumbo #6F8784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.92%

R = 29.37%
G = 35.71%
B = 34.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#6F8784 (or 0x6F8784) is known color: Gumbo. HEX triplet: 6F, 87 and 84. RGB value is (111,135,132). Sum of RGB (Red+Green+Blue) = 111+135+132=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8784 is #90787B. Grayscale: #7F7F7F. Windows color (decimal): -9468028 or 8685423. OLE color: 8685423.

HSL color Cylindrical-coordinate representation of color #6F8784: hue angle of 172.5º 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 #6F8784 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 135 132 -
CMYK 0.18 0 0.02 0.47
HSL 172.5º 0.1% 0.48% -
HSV(B) 172.5º 0.18% 0.53% -
XYZ 19.38 22.37 25.13 -
YUV 127.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 111 135 132 0.18 0 0.02 0.47 172.5 0.1 0.48
Hex 6F 87 84 12 0 2 2F AC A 30
Octal 157 207 204 22 0 2 57 254 12 60
Binary 1101111 10000111 10000100 10010 0 10 101111 10101100 1010 110000

Color Harmonies of #6F8784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8784

Black with #6F8784

Text Example


Text Example

White with #6F8784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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