#67836E

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

Shades of Laurel #67836E

Tints of Laurel #67836E

Color information

#67836E (or 0x67836E) is unknown color: approx Laurel. HEX triplet: 67, 83 and 6E. RGB value is (103,131,110). Sum of RGB (Red+Green+Blue) = 103+131+110=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #67836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67836E is #987C91. Grayscale: #787878. Windows color (decimal): -9993362 or 7242599. OLE color: 7242599.

HSL color Cylindrical-coordinate representation of color #67836E: hue angle of 135º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67836E is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB103131110-
CMYK0.2100.160.49
HSL135º11.97%45.88%-
HSV(B)135º21.37%51.37%-
XYZ16.5220.2417.79-
YUV120.23122.22115.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.94%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=29.94%
G=38.08%
B=31.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031311100.2100.160.4913511.9745.88
Hex67836E150103187c2e
Octal14720315625020612071456
Binary110011110000011110111010101010000110001100001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67836E; }

 p { color: rgb(103,131,110); }

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

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

 a { background-color: rgb(103,131,110); }

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

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

 span { border-color: rgb(103,131,110); }

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