Html Css Color HEX #769072 Spanish Green

📋 copy color: '#769072'

red 118 ◦ green 144 ◦ blue 114

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

Shades of Spanish Green #769072

Tints of Spanish Green #769072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 31.38%
G = 38.3%
B = 30.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#769072 (or 0x769072) is known color: Spanish Green. HEX triplet: 76, 90 and 72. RGB value is (118,144,114). Sum of RGB (Red+Green+Blue) = 118+144+114=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #769072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769072 is #896F8D. Grayscale: #848484. Windows color (decimal): -9006990 or 7508086. OLE color: 7508086.

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

Color convert

RGB 118 144 114 -
CMYK 0.18 0 0.21 0.44
HSL 112º 0.12% 0.51% -
HSV(B) 112º 0.21% 0.56% -
XYZ 20.48 25.01 19.67 -
YUV 132.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 118 144 114 0.18 0 0.21 0.44 112 0.12 0.51
Hex 76 90 72 12 0 15 2C 70 C 33
Octal 166 220 162 22 0 25 54 160 14 63
Binary 1110110 10010000 1110010 10010 0 10101 101100 1110000 1100 110011

Color Harmonies of #769072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769072

Black with #769072

Text Example


Text Example

White with #769072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769072; }

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

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

background-color css

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

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

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

border-color css

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

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

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