Html Css Color HEX #62968E Gumbo

📋 copy color: '#62968E'

red 98 ◦ green 150 ◦ blue 142

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

Shades of Gumbo #62968E

Tints of Gumbo #62968E

RGB

 RED value IS 98 (38.67% from 255) = 25.13%

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

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 25.13%
G = 38.46%
B = 36.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#62968E (or 0x62968E) is known color: Gumbo. HEX triplet: 62, 96 and 8E. RGB value is (98,150,142). Sum of RGB (Red+Green+Blue) = 98+150+142=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 150 - color contains mainly: green. Hex color #62968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62968E is #9D6971. Grayscale: #858585. Windows color (decimal): -10316146 or 9344610. OLE color: 9344610.

HSL color Cylindrical-coordinate representation of color #62968E: hue angle of 170.77º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62968E is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 150 142 -
CMYK 0.35 0 0.05 0.41
HSL 170.77º 0.21% 0.49% -
HSV(B) 170.77º 0.35% 0.59% -
XYZ 20.83 26.36 29.58 -
YUV 133.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 98 150 142 0.35 0 0.05 0.41 170.77 0.21 0.49
Hex 62 96 8E 23 0 5 29 AB 15 31
Octal 142 226 216 43 0 5 51 253 25 61
Binary 1100010 10010110 10001110 100011 0 101 101001 10101011 10101 110001

Color Harmonies of #62968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62968E

Black with #62968E

Text Example


Text Example

White with #62968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62968E; }

 p { color: rgb(98,150,142); }

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

background-color css

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

 a { background-color: rgb(98,150,142); }

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

border-color css

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

 span { border-color: rgb(98,150,142); }

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