Html Css Color HEX #65978D Gumbo

📋 copy color: '#65978D'

red 101 ◦ green 151 ◦ blue 141

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

Shades of Gumbo #65978D

Tints of Gumbo #65978D

RGB

 RED value IS 101 (39.84% from 255) = 25.7%

 GREEN value IS 151 (59.38% from 255) = 38.42%

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 25.7%
G = 38.42%
B = 35.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#65978D (or 0x65978D) is known color: Gumbo. HEX triplet: 65, 97 and 8D. RGB value is (101,151,141). Sum of RGB (Red+Green+Blue) = 101+151+141=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #65978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65978D is #9A6872. Grayscale: #868686. Windows color (decimal): -10119283 or 9279333. OLE color: 9279333.

HSL color Cylindrical-coordinate representation of color #65978D: hue angle of 168º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65978D is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 141 -
CMYK 0.33 0 0.07 0.41
HSL 168º 0.2% 0.49% -
HSV(B) 168º 0.33% 0.59% -
XYZ 21.24 26.82 29.26 -
YUV 134.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 101 151 141 0.33 0 0.07 0.41 168 0.2 0.49
Hex 65 97 8D 21 0 7 29 A8 14 31
Octal 145 227 215 41 0 7 51 250 24 61
Binary 1100101 10010111 10001101 100001 0 111 101001 10101000 10100 110001

Color Harmonies of #65978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65978D

Black with #65978D

Text Example


Text Example

White with #65978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65978D; }

 p { color: rgb(101,151,141); }

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

background-color css

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

 a { background-color: rgb(101,151,141); }

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

border-color css

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

 span { border-color: rgb(101,151,141); }

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