#698769

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

Shades of Laurel #698769

Tints of Laurel #698769

Color information

#698769 (or 0x698769) is unknown color: approx Laurel. HEX triplet: 69, 87 and 69. RGB value is (105,135,105). Sum of RGB (Red+Green+Blue) = 105+135+105=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #698769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698769 is #967896. Grayscale: #7A7A7A. Windows color (decimal): -9861271 or 6915945. OLE color: 6915945.

HSL color Cylindrical-coordinate representation of color #698769: hue angle of 120º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698769 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB105135105-
CMYK0.2200.220.47
HSL120º12.5%47.06%-
HSV(B)120º22.22%52.94%-
XYZ17.0421.3516.59-
YUV122.61118.06115.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 135 (53.12% from 255) = 39.13%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=30.43%
G=39.13%
B=30.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051351050.2200.220.4712012.547.06
Hex698769160162F78d2f
Octal15120715126026571701557
Binary11010011000011111010011011001011010111111110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698769; }

 p { color: rgb(105,135,105); }

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

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

 a { background-color: rgb(105,135,105); }

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

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

 span { border-color: rgb(105,135,105); }

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