Html Css Color HEX #788873 Spanish Green

📋 copy color: '#788873'

red 120 ◦ green 136 ◦ blue 115

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

Shades of Spanish Green #788873

Tints of Spanish Green #788873

RGB

 RED value IS 120 (47.27% from 255) = 32.35%

 GREEN value IS 136 (53.52% from 255) = 36.66%

 BLUE value IS 115 (45.31% from 255) = 31%

R = 32.35%
G = 36.66%
B = 31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#788873 (or 0x788873) is known color: Spanish Green. HEX triplet: 78, 88 and 73. RGB value is (120,136,115). Sum of RGB (Red+Green+Blue) = 120+136+115=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #788873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788873 is #87778C. Grayscale: #808080. Windows color (decimal): -8877965 or 7571576. OLE color: 7571576.

HSL color Cylindrical-coordinate representation of color #788873: hue angle of 105.71º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788873 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 136 115 -
CMYK 0.12 0 0.15 0.47
HSL 105.71º 0.08% 0.49% -
HSV(B) 105.71º 0.15% 0.53% -
XYZ 19.64 22.84 19.59 -
YUV 128.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 120 136 115 0.12 0 0.15 0.47 105.71 0.08 0.49
Hex 78 88 73 C 0 F 2F 6A 8 31
Octal 170 210 163 14 0 17 57 152 10 61
Binary 1111000 10001000 1110011 1100 0 1111 101111 1101010 1000 110001

Color Harmonies of #788873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788873

Black with #788873

Text Example


Text Example

White with #788873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788873; }

 p { color: rgb(120,136,115); }

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

background-color css

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

 a { background-color: rgb(120,136,115); }

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

border-color css

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

 span { border-color: rgb(120,136,115); }

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