Html Css Color HEX #71968F Gumbo

📋 copy color: '#71968F'

red 113 ◦ green 150 ◦ blue 143

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

Shades of Gumbo #71968F

Tints of Gumbo #71968F

RGB

 RED value IS 113 (44.53% from 255) = 27.83%

 GREEN value IS 150 (58.98% from 255) = 36.95%

 BLUE value IS 143 (56.25% from 255) = 35.22%

R = 27.83%
G = 36.95%
B = 35.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#71968F (or 0x71968F) is known color: Gumbo. HEX triplet: 71, 96 and 8F. RGB value is (113,150,143). Sum of RGB (Red+Green+Blue) = 113+150+143=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 150 - color contains mainly: green. Hex color #71968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71968F is #8E6970. Grayscale: #8A8A8A. Windows color (decimal): -9333105 or 9410161. OLE color: 9410161.

HSL color Cylindrical-coordinate representation of color #71968F: hue angle of 168.65º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #71968F is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 150 143 -
CMYK 0.25 0 0.05 0.41
HSL 168.65º 0.15% 0.52% -
HSV(B) 168.65º 0.25% 0.59% -
XYZ 22.67 27.31 30.06 -
YUV 138.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 113 150 143 0.25 0 0.05 0.41 168.65 0.15 0.52
Hex 71 96 8F 19 0 5 29 A9 F 34
Octal 161 226 217 31 0 5 51 251 17 64
Binary 1110001 10010110 10001111 11001 0 101 101001 10101001 1111 110100

Color Harmonies of #71968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71968F

Black with #71968F

Text Example


Text Example

White with #71968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71968F; }

 p { color: rgb(113,150,143); }

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

background-color css

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

 a { background-color: rgb(113,150,143); }

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

border-color css

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

 span { border-color: rgb(113,150,143); }

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