#67946B

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

Shades of Laurel #67946B

Tints of Laurel #67946B

Color information

#67946B (or 0x67946B) is unknown color: approx Laurel. HEX triplet: 67, 94 and 6B. RGB value is (103,148,107). Sum of RGB (Red+Green+Blue) = 103+148+107=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #67946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67946B is #986B94. Grayscale: #818181. Windows color (decimal): -9989013 or 7050343. OLE color: 7050343.

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

Color convert

RGB103148107-
CMYK0.3000.280.42
HSL125.33º17.93%49.22%-
HSV(B)125.33º30.41%58.04%-
XYZ18.8425.1217.77-
YUV129.87115.09108.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.77%
GREEN value IS 148 (58.20% from 255) = 41.34%
BLUE value IS 107 (42.19% from 255) = 29.89%
R=28.77%
G=41.34%
B=29.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031481070.3000.280.42125.3317.9349.22
Hex67946B1E01C2A7d1231
Octal14722415336034521752261
Binary110011110010100110101111110011100101010111110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,148,107); }

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

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

 a { background-color: rgb(103,148,107); }

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

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

 span { border-color: rgb(103,148,107); }

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