Html Css Color HEX #788274 Spanish Green

📋 copy color: '#788274'

red 120 ◦ green 130 ◦ blue 116

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

Shades of Spanish Green #788274

Tints of Spanish Green #788274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

 BLUE value IS 116 (45.7% from 255) = 31.69%

R = 32.79%
G = 35.52%
B = 31.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#788274 (or 0x788274) is known color: Spanish Green. HEX triplet: 78, 82 and 74. RGB value is (120,130,116). Sum of RGB (Red+Green+Blue) = 120+130+116=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 130 - color contains mainly: green. Hex color #788274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788274 is #877D8B. Grayscale: #7D7D7D. Windows color (decimal): -8879500 or 7635576. OLE color: 7635576.

HSL color Cylindrical-coordinate representation of color #788274: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #788274 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 130 116 -
CMYK 0.08 0 0.11 0.49
HSL 102.86º 0.06% 0.48% -
HSV(B) 102.86º 0.11% 0.51% -
XYZ 18.88 21.22 19.62 -
YUV 125.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 120 130 116 0.08 0 0.11 0.49 102.86 0.06 0.48
Hex 78 82 74 8 0 B 31 67 6 30
Octal 170 202 164 10 0 13 61 147 6 60
Binary 1111000 10000010 1110100 1000 0 1011 110001 1100111 110 110000

Color Harmonies of #788274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788274

Black with #788274

Text Example


Text Example

White with #788274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788274; }

 p { color: rgb(120,130,116); }

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

background-color css

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

 a { background-color: rgb(120,130,116); }

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

border-color css

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

 span { border-color: rgb(120,130,116); }

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