Html Css Color HEX #60928C Gumbo

📋 copy color: '#60928C'

red 96 ◦ green 146 ◦ blue 140

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

Shades of Gumbo #60928C

Tints of Gumbo #60928C

RGB

 RED value IS 96 (37.89% from 255) = 25.13%

 GREEN value IS 146 (57.42% from 255) = 38.22%

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 25.13%
G = 38.22%
B = 36.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#60928C (or 0x60928C) is known color: Gumbo. HEX triplet: 60, 92 and 8C. RGB value is (96,146,140). Sum of RGB (Red+Green+Blue) = 96+146+140=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #60928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60928C is #9F6D73. Grayscale: #828282. Windows color (decimal): -10448244 or 9212512. OLE color: 9212512.

HSL color Cylindrical-coordinate representation of color #60928C: hue angle of 172.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60928C is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 140 -
CMYK 0.34 0 0.04 0.43
HSL 172.8º 0.21% 0.47% -
HSV(B) 172.8º 0.34% 0.57% -
XYZ 19.84 24.94 28.58 -
YUV 130.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 96 146 140 0.34 0 0.04 0.43 172.8 0.21 0.47
Hex 60 92 8C 22 0 4 2B AD 15 2F
Octal 140 222 214 42 0 4 53 255 25 57
Binary 1100000 10010010 10001100 100010 0 100 101011 10101101 10101 101111

Color Harmonies of #60928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60928C

Black with #60928C

Text Example


Text Example

White with #60928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60928C; }

 p { color: rgb(96,146,140); }

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

background-color css

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

 a { background-color: rgb(96,146,140); }

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

border-color css

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

 span { border-color: rgb(96,146,140); }

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