Html Css Color HEX #769071 Spanish Green

📋 copy color: '#769071'

red 118 ◦ green 144 ◦ blue 113

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

Shades of Spanish Green #769071

Tints of Spanish Green #769071

RGB

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

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

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

R = 31.47%
G = 38.4%
B = 30.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#769071 (or 0x769071) is known color: Spanish Green. HEX triplet: 76, 90 and 71. RGB value is (118,144,113). Sum of RGB (Red+Green+Blue) = 118+144+113=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #769071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769071 is #896F8E. Grayscale: #848484. Windows color (decimal): -9006991 or 7442550. OLE color: 7442550.

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

Color convert

RGB 118 144 113 -
CMYK 0.18 0 0.22 0.44
HSL 110.32º 0.12% 0.5% -
HSV(B) 110.32º 0.22% 0.56% -
XYZ 20.43 24.99 19.37 -
YUV 132.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 118 144 113 0.18 0 0.22 0.44 110.32 0.12 0.5
Hex 76 90 71 12 0 16 2C 6E C 32
Octal 166 220 161 22 0 26 54 156 14 62
Binary 1110110 10010000 1110001 10010 0 10110 101100 1101110 1100 110010

Color Harmonies of #769071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769071

Black with #769071

Text Example


Text Example

White with #769071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769071; }

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

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

background-color css

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

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

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

border-color css

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

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

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