Html Css Color HEX #609790 Gumbo

📋 copy color: '#609790'

red 96 ◦ green 151 ◦ blue 144

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

Shades of Gumbo #609790

Tints of Gumbo #609790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 24.55%
G = 38.62%
B = 36.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#609790 (or 0x609790) is known color: Gumbo. HEX triplet: 60, 97 and 90. RGB value is (96,151,144). Sum of RGB (Red+Green+Blue) = 96+151+144=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #609790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609790 is #9F686F. Grayscale: #858585. Windows color (decimal): -10446960 or 9475936. OLE color: 9475936.

HSL color Cylindrical-coordinate representation of color #609790: hue angle of 172.36º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609790 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 151 144 -
CMYK 0.36 0 0.05 0.41
HSL 172.36º 0.22% 0.48% -
HSV(B) 172.36º 0.36% 0.59% -
XYZ 20.92 26.63 30.42 -
YUV 133.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 96 151 144 0.36 0 0.05 0.41 172.36 0.22 0.48
Hex 60 97 90 24 0 5 29 AC 16 30
Octal 140 227 220 44 0 5 51 254 26 60
Binary 1100000 10010111 10010000 100100 0 101 101001 10101100 10110 110000

Color Harmonies of #609790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609790

Black with #609790

Text Example


Text Example

White with #609790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609790; }

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

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

background-color css

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

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

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

border-color css

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

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

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