#67956D

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

Shades of Laurel #67956D

Tints of Laurel #67956D

Color information

#67956D (or 0x67956D) is unknown color: approx Laurel. HEX triplet: 67, 95 and 6D. RGB value is (103,149,109). Sum of RGB (Red+Green+Blue) = 103+149+109=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #67956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67956D is #986A92. Grayscale: #828282. Windows color (decimal): -9988755 or 7181671. OLE color: 7181671.

HSL color Cylindrical-coordinate representation of color #67956D: hue angle of 127.83º 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 #67956D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB103149109-
CMYK0.3100.270.42
HSL127.83º18.25%49.41%-
HSV(B)127.83º30.87%58.43%-
XYZ19.125.4818.38-
YUV130.69115.76108.25-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.53%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=28.53%
G=41.27%
B=30.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031491090.3100.270.42127.8318.2549.41
Hex67956D1F01B2A801231
Octal14722515537033522002261
Binary1100111100101011101101111110110111010101000000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67956D; }

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

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

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

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

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

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

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

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