#679569

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

Shades of Laurel #679569

Tints of Laurel #679569

Color information

#679569 (or 0x679569) is unknown color: approx Laurel. HEX triplet: 67, 95 and 69. RGB value is (103,149,105). Sum of RGB (Red+Green+Blue) = 103+149+105=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #679569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679569 is #986A96. Grayscale: #828282. Windows color (decimal): -9988759 or 6919527. OLE color: 6919527.

HSL color Cylindrical-coordinate representation of color #679569: hue angle of 122.61º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679569 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB103149105-
CMYK0.3100.300.42
HSL122.61º18.25%49.41%-
HSV(B)122.61º30.87%58.43%-
XYZ18.8925.417.27-
YUV130.23113.76108.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.85%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=28.85%
G=41.74%
B=29.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031491050.3100.300.42122.6118.2549.41
Hex6795691F01E2A7b1231
Octal14722515137036521732261
Binary110011110010101110100111111011110101010111101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679569; }

 p { color: rgb(103,149,105); }

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

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

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

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

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

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

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