Html Css Color HEX #769172 Spanish Green

📋 copy color: '#769172'

red 118 ◦ green 145 ◦ blue 114

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

Shades of Spanish Green #769172

Tints of Spanish Green #769172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 31.3%
G = 38.46%
B = 30.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#769172 (or 0x769172) is known color: Spanish Green. HEX triplet: 76, 91 and 72. RGB value is (118,145,114). Sum of RGB (Red+Green+Blue) = 118+145+114=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #769172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769172 is #896E8D. Grayscale: #858585. Windows color (decimal): -9006734 or 7508342. OLE color: 7508342.

HSL color Cylindrical-coordinate representation of color #769172: hue angle of 112.26º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769172 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 114 -
CMYK 0.19 0 0.21 0.43
HSL 112.26º 0.12% 0.51% -
HSV(B) 112.26º 0.21% 0.57% -
XYZ 20.63 25.32 19.72 -
YUV 133.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 118 145 114 0.19 0 0.21 0.43 112.26 0.12 0.51
Hex 76 91 72 13 0 15 2B 70 C 33
Octal 166 221 162 23 0 25 53 160 14 63
Binary 1110110 10010001 1110010 10011 0 10101 101011 1110000 1100 110011

Color Harmonies of #769172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769172

Black with #769172

Text Example


Text Example

White with #769172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769172; }

 p { color: rgb(118,145,114); }

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

background-color css

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

 a { background-color: rgb(118,145,114); }

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

border-color css

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

 span { border-color: rgb(118,145,114); }

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