Html Css Color HEX #60908A Gumbo

📋 copy color: '#60908A'

red 96 ◦ green 144 ◦ blue 138

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

Shades of Gumbo #60908A

Tints of Gumbo #60908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 25.4%
G = 38.1%
B = 36.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#60908A (or 0x60908A) is known color: Gumbo. HEX triplet: 60, 90 and 8A. RGB value is (96,144,138). Sum of RGB (Red+Green+Blue) = 96+144+138=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #60908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60908A is #9F6F75. Grayscale: #808080. Windows color (decimal): -10448758 or 9080928. OLE color: 9080928.

HSL color Cylindrical-coordinate representation of color #60908A: hue angle of 172.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60908A is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 138 -
CMYK 0.33 0 0.04 0.44
HSL 172.5º 0.2% 0.47% -
HSV(B) 172.5º 0.33% 0.56% -
XYZ 19.38 24.27 27.71 -
YUV 128.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 96 144 138 0.33 0 0.04 0.44 172.5 0.2 0.47
Hex 60 90 8A 21 0 4 2C AC 14 2F
Octal 140 220 212 41 0 4 54 254 24 57
Binary 1100000 10010000 10001010 100001 0 100 101100 10101100 10100 101111

Color Harmonies of #60908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60908A

Black with #60908A

Text Example


Text Example

White with #60908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60908A; }

 p { color: rgb(96,144,138); }

 H1.HeaderClassName
 {
   color: #60908A;
 }
 .AnyTagClassName
 {
   color: #60908A;
 }
</style>

background-color css

<style>
 a { background-color: #60908A; }

 a { background-color: rgb(96,144,138); }

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

border-color css

<style>
 span { border-color: #60908A; }

 span { border-color: rgb(96,144,138); }

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