#61876B

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

Shades of Laurel #61876B

Tints of Laurel #61876B

Color information

#61876B (or 0x61876B) is unknown color: approx Laurel. HEX triplet: 61, 87 and 6B. RGB value is (97,135,107). Sum of RGB (Red+Green+Blue) = 97+135+107=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #61876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61876B is #9E7894. Grayscale: #787878. Windows color (decimal): -10385557 or 7047009. OLE color: 7047009.

HSL color Cylindrical-coordinate representation of color #61876B: hue angle of 135.79º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #61876B is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB97135107-
CMYK0.2800.210.47
HSL135.79º16.38%45.49%-
HSV(B)135.79º28.15%52.94%-
XYZ16.2520.9317.09-
YUV120.45120.41111.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=28.61%
G=39.82%
B=31.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351070.2800.210.47135.7916.3845.49
Hex61876B1C0152F88102d
Octal14120715334025572102055
Binary1100001100001111101011111000101011011111000100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61876B; }

 p { color: rgb(97,135,107); }

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

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

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

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

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

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

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