Html Css Color HEX #769271 Spanish Green

📋 copy color: '#769271'

red 118 ◦ green 146 ◦ blue 113

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

Shades of Spanish Green #769271

Tints of Spanish Green #769271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 31.3%
G = 38.73%
B = 29.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#769271 (or 0x769271) is known color: Spanish Green. HEX triplet: 76, 92 and 71. RGB value is (118,146,113). Sum of RGB (Red+Green+Blue) = 118+146+113=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #769271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769271 is #896D8E. Grayscale: #858585. Windows color (decimal): -9006479 or 7443062. OLE color: 7443062.

HSL color Cylindrical-coordinate representation of color #769271: hue angle of 110.91º 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 #769271 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 113 -
CMYK 0.19 0 0.23 0.43
HSL 110.91º 0.13% 0.51% -
HSV(B) 110.91º 0.23% 0.57% -
XYZ 20.73 25.6 19.47 -
YUV 133.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 118 146 113 0.19 0 0.23 0.43 110.91 0.13 0.51
Hex 76 92 71 13 0 17 2B 6F D 33
Octal 166 222 161 23 0 27 53 157 15 63
Binary 1110110 10010010 1110001 10011 0 10111 101011 1101111 1101 110011

Color Harmonies of #769271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769271

Black with #769271

Text Example


Text Example

White with #769271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769271; }

 p { color: rgb(118,146,113); }

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

background-color css

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

 a { background-color: rgb(118,146,113); }

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

border-color css

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

 span { border-color: rgb(118,146,113); }

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