#769C75

Color #769C75 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #769C75

Tints of Laurel #769C75

Color information

#769C75 (or 0x769C75) is unknown color: approx Laurel. HEX triplet: 76, 9C and 75. RGB value is (118,156,117). Sum of RGB (Red+Green+Blue) = 118+156+117=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 156 - color contains mainly: green. Hex color #769C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C75 is #89638A. Grayscale: #8C8C8C. Windows color (decimal): -9003915 or 7707766. OLE color: 7707766.

HSL color Cylindrical-coordinate representation of color #769C75: hue angle of 118.46º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769C75 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB118156117-
CMYK0.2400.250.39
HSL118.46º16.46%53.53%-
HSV(B)118.46º25%61.18%-
XYZ22.5728.9121.22-
YUV140.19114.91112.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 156 (61.33% from 255) = 39.90%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=30.18%
G=39.90%
B=29.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181561170.2400.250.39118.4616.4653.53
Hex769C751801927761036
Octal16623416530031471662066
Binary111011010011100111010111000011001100111111011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769C75; }

 p { color: rgb(118,156,117); }

 H1.HeaderClassName
 {
   color: #769C75;
 }
 .AnyTagClassName
 {
   color: #769C75;
 }
</style>
background-color css

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

 a { background-color: rgb(118,156,117); }

 div.DivClassName
 {
   background-color: #769C75;
 }
 .BgClassName
 {
   background-color: #769C75;
 }
</style>
border-color css

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

 span { border-color: rgb(118,156,117); }

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