#769478

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

Shades of Laurel #769478

Tints of Laurel #769478

Color information

#769478 (or 0x769478) is unknown color: approx Laurel. HEX triplet: 76, 94 and 78. RGB value is (118,148,120). Sum of RGB (Red+Green+Blue) = 118+148+120=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #769478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769478 is #896B87. Grayscale: #878787. Windows color (decimal): -9005960 or 7902326. OLE color: 7902326.

HSL color Cylindrical-coordinate representation of color #769478: hue angle of 124º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #769478 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB118148120-
CMYK0.2000.190.42
HSL124º12.3%52.16%-
HSV(B)124º20.27%58.04%-
XYZ21.4526.3921.73-
YUV135.84119.06115.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=30.57%
G=38.34%
B=31.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181481200.2000.190.4212412.352.16
Hex769478140132A7cc34
Octal16622417024023521741464
Binary11101101001010011110001010001001110101011111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769478; }

 p { color: rgb(118,148,120); }

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

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

 a { background-color: rgb(118,148,120); }

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

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

 span { border-color: rgb(118,148,120); }

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