Html Css Color HEX #768174 Spanish Green

📋 copy color: '#768174'

red 118 ◦ green 129 ◦ blue 116

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

Shades of Spanish Green #768174

Tints of Spanish Green #768174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

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

R = 32.51%
G = 35.54%
B = 31.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#768174 (or 0x768174) is known color: Spanish Green. HEX triplet: 76, 81 and 74. RGB value is (118,129,116). Sum of RGB (Red+Green+Blue) = 118+129+116=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 129 - color contains mainly: green. Hex color #768174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768174 is #897E8B. Grayscale: #7C7C7C. Windows color (decimal): -9010828 or 7635318. OLE color: 7635318.

HSL color Cylindrical-coordinate representation of color #768174: hue angle of 110.77º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #768174 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 116 -
CMYK 0.09 0 0.10 0.49
HSL 110.77º 0.05% 0.48% -
HSV(B) 110.77º 0.1% 0.51% -
XYZ 18.47 20.81 19.57 -
YUV 124.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 118 129 116 0.09 0 0.10 0.49 110.77 0.05 0.48
Hex 76 81 74 9 0 A 31 6F 5 30
Octal 166 201 164 11 0 12 61 157 5 60
Binary 1110110 10000001 1110100 1001 0 1010 110001 1101111 101 110000

Color Harmonies of #768174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768174

Black with #768174

Text Example


Text Example

White with #768174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768174; }

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

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

background-color css

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

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

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

border-color css

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

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

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