Html Css Color HEX #70928A Gumbo

📋 copy color: '#70928A'

red 112 ◦ green 146 ◦ blue 138

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

Shades of Gumbo #70928A

Tints of Gumbo #70928A

RGB

 RED value IS 112 (44.14% from 255) = 28.28%

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

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

R = 28.28%
G = 36.87%
B = 34.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#70928A (or 0x70928A) is known color: Gumbo. HEX triplet: 70, 92 and 8A. RGB value is (112,146,138). Sum of RGB (Red+Green+Blue) = 112+146+138=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #70928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70928A is #8F6D75. Grayscale: #868686. Windows color (decimal): -9399670 or 9081456. OLE color: 9081456.

HSL color Cylindrical-coordinate representation of color #70928A: hue angle of 165.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70928A is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 138 -
CMYK 0.23 0 0.05 0.43
HSL 165.88º 0.13% 0.51% -
HSV(B) 165.88º 0.23% 0.57% -
XYZ 21.55 25.84 27.9 -
YUV 134.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 112 146 138 0.23 0 0.05 0.43 165.88 0.13 0.51
Hex 70 92 8A 17 0 5 2B A6 D 33
Octal 160 222 212 27 0 5 53 246 15 63
Binary 1110000 10010010 10001010 10111 0 101 101011 10100110 1101 110011

Color Harmonies of #70928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70928A

Black with #70928A

Text Example


Text Example

White with #70928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,146,138); }

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

background-color css

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

 a { background-color: rgb(112,146,138); }

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

border-color css

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

 span { border-color: rgb(112,146,138); }

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