Html Css Color HEX #768274 Spanish Green

📋 copy color: '#768274'

red 118 ◦ green 130 ◦ blue 116

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

Shades of Spanish Green #768274

Tints of Spanish Green #768274

RGB

 RED value IS 118 (46.48% from 255) = 32.42%

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

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

R = 32.42%
G = 35.71%
B = 31.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#768274 (or 0x768274) is known color: Spanish Green. HEX triplet: 76, 82 and 74. RGB value is (118,130,116). Sum of RGB (Red+Green+Blue) = 118+130+116=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 130 - color contains mainly: green. Hex color #768274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768274 is #897D8B. Grayscale: #7C7C7C. Windows color (decimal): -9010572 or 7635574. OLE color: 7635574.

HSL color Cylindrical-coordinate representation of color #768274: hue angle of 111.43º 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 #768274 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 116 -
CMYK 0.09 0 0.11 0.49
HSL 111.43º 0.06% 0.48% -
HSV(B) 111.43º 0.11% 0.51% -
XYZ 18.61 21.08 19.61 -
YUV 124.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 118 130 116 0.09 0 0.11 0.49 111.43 0.06 0.48
Hex 76 82 74 9 0 B 31 6F 6 30
Octal 166 202 164 11 0 13 61 157 6 60
Binary 1110110 10000010 1110100 1001 0 1011 110001 1101111 110 110000

Color Harmonies of #768274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768274

Black with #768274

Text Example


Text Example

White with #768274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768274; }

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

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

background-color css

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

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

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

border-color css

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

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

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